* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.mobile {
	overflow: hidden;
	width: 100%;
}

#tm {
	display: none;
}

.mobile section {
	width: 100%;
	height: 100%;
	transition: all 0.25s;
	background: #FFFFFF;
	z-index: 99;
}

.sidenav {
	background: rgb(50, 60, 60);
	width: 150px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	padding-top: 30px;
	display: none;
	z-index: 9;
}

.sidenav li {
	padding-left: 0.5rem;
}

.sidenav a {
	color: white;
	text-decoration: none;
}

.sidenav b {
	font: bold 12px/48px Montserrat;
	display: block;
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.4s;
}

.sidenav i {
	display: block;
	width: 50px;
	float: left;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
}

.area {
	position: fixed;
	width: 100%;
	z-index: 2;
	height: 100%;
	background: #000;
	display: none;
	opacity: 0.3;
	transition: all 0.25s;
}

#tm:checked~section {
	transform: translateX(150px);
}

#tm:checked~.sidenav {
	display: block;
}

#tm:checked~.area {
	display: block;
	transition: all 0.25s;
}

#tm:checked~.sidenav b {
	opacity: 1;
	transform: translateX(0);
	font-size: 0.38rem;
	font-weight: normal;
}

/*#tm:checked~.sidenav li:nth-child(1) b {	transition-delay: 0.08s;}#tm:checked~.sidenav li:nth-child(2) b {	transition-delay: 0.16s;}#tm:checked~.sidenav li:nth-child(3) b {	transition-delay: 0.24s;}#tm:checked~.sidenav li:nth-child(4) b {	transition-delay: 0.32s;}#tm:checked~.sidenav li:nth-child(5) b {	transition-delay: 0.40s;}#tm:checked~.sidenav li:nth-child(6) b {	transition-delay: 0.48s;}*/

header {
	overflow: hidden;
	padding: 0.1rem 0.5rem;
}

.logo {
	display: block;
	float: left;
	width: 4.6rem;
	overflow: hidden;
	height: 1.4rem;
}

.logo img {
	width: 100%;
}

.nav {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/nav.png) no-repeat center;
	background-size: 100%;
	float: right;
	margin-top: 0.4rem;
}

.logy {
	margin-top: 0.4rem;
}

.logy-title {
	text-align: center;
}

.logy-title h3 {
	font-size: 0.48rem;
	font-weight: 500;
}

.logy-title h3 span {
	color: #d7181f;
	font-size: 0.5rem;
}

.logy-title p {
	color: #666666;
	font-size: 0.36rem;
	margin-top: 0.1rem;
}

.logy-wrap {
	width: 9rem;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.logy-wrap ul {
	overflow: hidden;
	margin-left: -0.5rem;
	margin-top: 0.2rem;
}

.logy-wrap ul li {
	width: 2.5rem;
	background: url(../images/pic1.png) center top no-repeat;
	background-size: 100%;
	height: 2rem;
	overflow: hidden;
	float: left;
	margin-left: 0.6rem;
	margin-top: 0.5rem;
}

.logy-wrap ul li a {
	display: block;
}

.logy-wrap ul li img {
	width: 0.7rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.3rem;
	display: block;
}

.logy-wrap ul li p {
	color: #FFFFFF;
	font-size: 0.32rem;
	margin-top: 0.2rem;
}

.about {
	background: url(../images/pic2.jpg) center top no-repeat;
	background-size: 100%;
	overflow: hidden;
	height: 6.2rem;
	margin-top: 1.2rem;
}

.about-text {
	width: 4rem;
	float: right;
	margin-right: 0.3rem;
	margin-top: 0.9rem;
}

.about-text h3 {
	font-size: 0.4rem;
	color: #FFFFFF;
}

.about-text p {
	color: #FFFFFF;
	font-size: 0.34rem;
	margin-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	line-height: 0.5rem;
	text-indent: 2em;
}

.about-text a {
	display: block;
	text-align: right;
	font-size: 0.36rem;
	color: #FFFFFF;
	background: url(../images/san.png) right center no-repeat;
	background-size: 0.3rem;
	height: 0.6rem;
	padding-right: 0.6rem;
	margin-top: 0.2rem;
	text-transform: uppercase;
}

.our {
	overflow: hidden;
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.title {
	text-align: center;
	background: url(../images/line.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 0.2rem;
	width: 9rem;
	margin: 0 auto;
}

.title h3 {
	font-size: 0.48rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.title p {
	font-size: 0.34rem;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-top: 0.1rem;
}

.our-ul {
	overflow: hidden;
	margin-left: -0.5rem;
	margin-top: 0.4rem;
}

.our-ul li {
	width: 4.25rem;
	float: left;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
}

.our-ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.our-ul li a img {
	display: block;
}

.our-ul li a p {
	position: absolute;
	bottom: 0;
	width: 94%;
	padding: 0.2rem 3%;
	text-align: center;
	font-size: 0.38rem;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.3);
}

.more {
	display: block;
	text-transform: uppercase;
	width: 2.6rem;
	height: 1rem;
	line-height: 1rem;
	border: 1px solid #313131;
	color: #313131;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.38rem;
	margin: 0.6rem auto;
}

.more i {
	display: inline-block;
	background: url(../images/san2.jpg) no-repeat center;
	background-size: 100%;
	width: 0.3rem;
	height: 0.3rem;
}

.news {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.news-ul {
	margin-top: 0.6rem;
}

.news-ul li {
	margin-top: 0.3rem;
	background: #e5e4e4;
	height: 2rem;
	overflow: hidden;
}

.news-ul .news-left {
	width: 2.5rem;
	border-right: 1px solid #FFFFFF;
	height: 1.8rem;
	margin: 0.1rem;
	overflow: hidden;
	text-align: center;
	float: left;
}

.news-ul .news-left h2 {
	color: #535353;
	font-family: arial;
	font-size: 1rem;
	margin-top: 0.1rem;
}

.news-ul .news-left span {
	color: #535353;
}

.news-ul .news-right {
	width: 5.7rem;
	float: left;
	margin-left: 0.3rem;
}

.news-ul .news-right h3 {
	color: #666666;
	font-size: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.1rem;
	margin-top: 0.2rem;
}

.news-ul .news-right p {
	font-size: 0.34rem;
	color: #666666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tact {
	width: 8.2rem;
	background: url(../images/pic4.jpg) center top no-repeat;
	margin: 0 auto;
	margin-top: 0.6rem;
	overflow: hidden;
	padding-bottom: 0.4rem;
}

.tact h3 {
	background: url(../images/tb16.png) left center no-repeat;
	color: #FFFFFF;
	font-size: 0.38rem;
	background-size: 0.5rem;
	text-indent: 0.6rem;
	line-height: 0.6rem;
	width: 3rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.tact-facd {
	margin-top: 0.5rem;
}

.tact-facd input {
	width: 6.9rem;
	display: block;
	height: 1rem;
	border: 0.05rem solid #5f5f65;
	background: #4b4b58;
	margin: 0 auto;
	font-size: 0.42rem;
	text-indent: 0.3rem;
	margin-top: 0.2rem;
	border-radius: 0.1rem;
	color: #ffffff;
}

.tact-facd input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #d2d1d1;
}

.tact-facd input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #d2d1d1;
}

.tact-facd input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #d2d1d1;
}

.tact-facd input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #d2d1d1;
}

.tact-facd button {
	width: 7rem;
	display: block;
	height: 1rem;
	color: #0c0c0c;
	margin: 0 auto;
	border: none;
	background: #dfb05e;
	font-size: 0.36rem;
	margin-top: 0.3rem;
	border-radius: 0.1rem;
}

.tact-wrap {
	width: 7.4rem;
	border-top: 1px solid #FFFFFF;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.tact-wrap ul {
	width: 6.4rem;
	margin: 0 auto;
}

.tact-wrap ul li {
	background: url(../images/tb17.png) left center no-repeat;
	background-size: 0.6rem;
	padding-left: 1.2rem;
	margin-top: 0.3rem;
}

.tact-wrap ul li p {
	color: #FFFFFF;
	font-size: 0.38rem;
	line-height: 0.6rem;
}

.tact-wrap ul li:nth-child(2) {
	background: url(../images/tb18.png) left center no-repeat;
	background-size: 0.6rem;
}

.tact-wrap ul li:nth-child(3) {
	background: url(../images/tb19.png) left center no-repeat;
	background-size: 0.6rem;
}

.tact-wrap ul li:nth-child(4) {
	background: url(../images/tb20.png) left center no-repeat;
	background-size: 0.6rem;
}

.contact {
	background: url(../images/pic5.jpg) center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.footer {
	background: url(../images/pic6.jpg) center;
	background-size: 100%;
	color: #FFFFFF;
	font-size: 0.38rem;
	color: #FFFFFF;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	margin-bottom: 1.3rem;
}

.footer a {
	color: #FFFFFF;
	display: inline-block;
	margin-right: 0.4rem;
}

.foot-nav {
	background: url(../images/pic6.jpg) center top;
	background-size: 100%;
	overflow: hidden;
	padding: 0.2rem 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9;
}

.foot-nav li {
	float: left;
	width: 25%;
	text-align: center;
}

.foot-nav li img {
	display: block;
	width: 0.6rem;
	margin: 0 auto;
}

.foot-nav li p {
	color: #FFFFFF;
	font-size: 0.38rem;
	margin-top: 0.1rem;
}

.news-top {
	overflow: hidden;
	margin-left: -0.4rem;
	margin-top: 1rem;
}

.news-top li {
	float: left;
	width: 2.67rem;
	text-align: center;
	border: 0.03rem solid #D7181F;
	height: 0.8rem;
	font-size: 0.4rem;
	line-height: 0.8rem;
	border-radius: 0.1rem;
	margin-left: 0.4rem;
	margin-bottom:10px;
}

.news-top li a {
	display: block;
	color: #333333;
	width: 100%;
	height: 0.8rem;
}

.news-top li.new-actice {
	background: #D7181F;
}

.news-top li.new-actice a {
	color: #FFFFFF;
}

.our-ul2 {
	/*margin-top: 0.8rem;*/
}

.our-ul2 li a {
	display: block;
	border-radius: 0;
}

.our-ul2 li a img {
	border-radius: 0;
}

.our-ul2 li a p {
	background: #dcdcdc;
	color: #333333;
	position: static;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.us-top {
	width: 9.2rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.us-top p {
	font-size: 0.38rem;
	line-height: 0.7rem;
	text-indent: 2em;
}

.idea {
	margin-top: 0.4rem;
	overflow: hidden;
	position: relative;
}

.idea-titlle {
	background: #D7181F;
	height: 1.2rem;
	width: 3rem;
	color: #FFFFFF;
	font-size: 0.46rem;
	text-align: center;
	line-height: 1.2rem;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.idea-wrap {
	background: url(../images/pic8.jpg) center top no-repeat;
	background-size: 100%;
	margin-top: 0.6rem;
	padding: 0.7rem 0 0.8rem 0;
}

.idea-wrap p {
	color: #FFFFFF;
	font-size: 0.38rem;
	width: 7rem;
	margin-left: 1rem;
	line-height: 0.7rem;
	margin-top: 0.4rem;
}

.Honor {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.Honor-main {
	width: 6.6rem;
	margin: 0 auto;
}

.Honor-main li {
	width: 6.6rem;
	float: left;
}

.Honor-main li img {
	display: block;
	border: 0.05rem solid #dddbdb;
	width: 6.5rem;
}

.Honor-main li p {
	color: #333;
	font-size: 0.4rem;
	text-align: center;
	margin-top: 0.3rem;
}

.Honor-main li:nth-child(2) {
	float: right;
}

.Honor-main2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Honor-main2 li {
	width: 3.1rem;
	margin-bottom: 0.4rem;
}

.Honor-main2 li img {
	display: block;
	width: 100%;
}

.Honor .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
}

.Honor .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.Honor-wrap {}

.Honor-wrap .swiper-container {
	/* padding: 1rem 0; */
}

.cpon {
	width: 9rem;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.cpon {
	margin-top: 0.6rem;
}

.bus-ul {
	margin-top: 0.7rem;
}

.bus-ul li {
	overflow: hidden;
	margin-top: 0.5rem;
}

.bus-ul li span {
	display: block;
	float: left;
	background: #D7181F;
	color: #FFFFFF;
	font-size: 0.42rem;
	width: 2rem;
	height: 0.8rem;
	border-radius: 0.1rem;
	line-height: 0.8rem;
	padding-left: 0.2rem;
}

.bus-ul li p {
	width: 6.5rem;
	float: right;
	font-size: 0.38rem;
	color: #333333;
	line-height: 0.6rem;
	margin-top: 0.1rem;
}

.bus-ul li:nth-child(2) p {
	line-height: 0.8rem;
	margin-top: 0;
}

.bus-ul li:nth-child(3) p {
	line-height: 0.8rem;
	margin: 0;
}

.pople {
	margin-top: 0.7rem;
}

.pople-ul {
	overflow: hidden;
}

.pople-ul li {
	background: #eeeeee;
	width: 8.6rem;
	padding: 0.2rem;
	overflow: hidden;
	margin-top: 0.2rem;
}

.pople-ul li .pople-left {
	display: block;
	width: 2.5rem;
	float: left;
}

.pople-ul li .pople-right {
	width: 5.6rem;
	float: right;
}

.pople-right h3 {
	font-weight: normal;
	color: #333333;
	font-size: 0.42rem;
}

.pople-right a.pople-link {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../images/tel.png) no-repeat center;
	background-size: 100%;
	margin: 0.3rem 0 0.2rem 0;
}

.pople-right a {
	color: #333333;
}

.pople-right p {
	color: #333333;
	font-size: 0.38rem;
}

.pople-right p span {
	display: block;
}

.case-head {
	height: 1.2rem;
	width: 100%;
	background: #D7181F;
	position: relative;
}

.case-head h3 {
	font-size: 0.4rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2rem;
}

.case-head a {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/back.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0.3rem;
	top: 0.35rem;
}

.case-top {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.case-top h2 {
	font-size: 0.5rem;
	line-height: 0.8rem;
	text-align: center;
}

.case-img {
	width: 100%;
	height: 7rem;
	overflow: hidden;
	margin-top: 0.3rem;
	box-shadow: 0px 5px 10px #bbbbbb;
}

.case-btn {
	overflow: hidden;
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.case-btn li {
	width: 3rem;
	height: 1rem;
	border: 2px solid #D7181F;
	border-radius: 0.15rem;
	float: left;
}

.case-btn li:nth-child(2) {
	float: right;
}

.case-btn li a {
	display: block;
	font-size: 0.42rem;
	text-align: center;
	line-height: 1rem;
	color: #D7181F;
}

.case-text {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.case-text p {
	color: #333333;
	font-size: 0.4rem;
	line-height: 0.85rem;
}

.case-shu {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.case-shu h3 {
	font-size: 0.42rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.1rem;
}

.case-shu p {
	font-size: 0.4rem;
	line-height: 0.8rem;
}

.details {
	width: 9rem;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.details-title {
	text-align: center;
	margin-top: 0.4rem;
}

.details-title h3 {
	font-size: 0.48rem;
	line-height: 0.7rem;
}

.details-title p {
	font-size: 0.34rem;
	color: #999;
	margin-top: 0.1rem;
}

.details-text {
	margin-top: 0.4rem;
}

.details-text p {
	font-size: 0.4rem;
	line-height: 0.8rem;
	margin-top: 0.3rem;
}

.details-next {
	margin-top: 0.8rem;
}

.details-next a {
	display: block;
	font-size: 0.38rem;
	color: #666666;
	line-height: 0.6rem;
}

.nel {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.nel h3 {
	text-align: center;
	font-size: 0.66rem;
}

.nel h3 span {
	display: block;
	color: #fa412d;
}

.nel p {
	font-size: 0.44rem;
	line-height: 0.76rem;
	text-indent: 2em;
	margin-top: 0.4rem;
}

.nel p span {
	color: #FA412D;
}

.num-ul {
	margin-top: 0.5rem;
}

.num-ul li {
	overflow: hidden;
	background: #e3e3e3;
	padding: 0.8rem 0.4rem;
}

.num-ul li:nth-child(2) {
	background: #FFFFFF;
}

.num-ul li:nth-child(4) {
	background: #FFFFFF;
}

.num-ul li:nth-child(4) p {
	margin-top: 0.5rem;
}

.num-ul li:nth-child(5) h3 {
	font-size: 0.5rem;
}

.num-ul li:nth-child(6) {
	background: #FFFFFF;
}

.num-ul li span {
	color: #FA412D;
	font-size: 0.34rem;
	display: block;
	margin-top: 0.2rem;
}

.num-ul li:nth-child(8) {
	background: #FFFFFF;
}

.num-ul li img {
	width: 4.5rem;
}

.num-left {
	float: left;
}

.num-right {
	float: right;
}

.num-text {
	width: 4.5rem;
}

.num-text h3 {
	font-size: 0.54rem;
	color: #FA412D;
}

.num-text hr {
	border-top: 2px solid #FA412D;
	width: 1.2rem;
	margin-top: 0.2rem;
}

.num-text p {
	color: #333333;
	font-size: 0.34rem;
	margin-top: 0.2rem;
}

.tage {
	margin-top: 0.5rem;
}

.tage-title {
	text-align: center;
	font-size: 0.66rem;
	font-weight: bold;
}

.tage-title span {
	color: #FA412D;
	display: block;
}

.tage-ul {
	overflow: hidden;
}

.tage-ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0.8rem;
}

.tage-ul li img {
	display: block;
	width: 2rem;
	margin: 0 auto;
}

.tage-ul li p {
	font-size: 0.38rem;
	color: #333333;
	margin-top: 0.2rem;
}

.tage-img {
	margin-top: 1.5rem;
}

.tage-img img {
	display: block;
}

.clear {
	clear: both;
}

.monsy {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.monsy-top {
	background: #FA412D;
	height: 0.8rem;
	border-radius: 0.5rem;
	float: left;
	overflow: hidden;
}

.monsy-top span {
	display: block;
	float: left;
	width: 0.5rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 50%;
	margin-top: 0.15rem;
	margin-left: 0.2rem;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.34rem;
}

.monsy-top p {
	display: block;
	float: left;
	font-size: 0.4rem;
	color: #FFFFFF;
	line-height: 0.8rem;
	margin-left: 0.2rem;
	padding-right: 0.3rem;
}

.monsy-text {
	margin-top: 0.5rem;
}

.monsy-text p {
	font-size: 0.38rem;
	line-height: 0.7rem;
	background: url(../images/pic30.png) left 0.15rem no-repeat;
	background-size: 0.5rem;
	padding-left: 0.8rem;
	margin-top: 0.1rem;
}

.monsy-btn {
	overflow: hidden;
	width: 6rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.monsy-btn p {
	font-size: 0.38rem;
	color: #FA412D;
	width: 2.6rem;
	float: left;
}

.monsy-btn p span {
	font-size: 0.54rem;
}

.monsy-btn a {
	width: 3rem;
	display: block;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	border: 1px solid #FA412D;
	border-radius: 0.1rem;
	font-size: 0.38rem;
	color: #FA412D;
	float: right;
}

.monsy-ul {}

.monsy-ul li {
	margin-top: 0.8rem;
}

.monsy-btn h4 {
	font-size: 0.42rem;
	color: #FA412D;
}

.monsy-btn h4 span {
	font-size: 0.6rem;
}

.monsy-img {
	margin-top: 1.2rem;
}

.monsy-img img {
	display: block;
}

.doce {
	margin-top: 0.7rem;
}

.doce-title {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.doce-title h3 {
	font-size: 0.56rem;
	background: #FFFFFF;
	width: 4rem;
	position: absolute;
	left: 50%;
	margin-left: -2rem;
	line-height: 0.8rem;
	z-index: 1;
	color: #666666;
	font-weight: bold;
	height: 0.8rem;
}

.doce-title hr {
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.4rem;
	border-top: 1px solid #3c8be2;
}

.doce-title p {
	color: #333333;
	font-size: 0.38rem;
	margin-top: 0.4rem;
}

.doce {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.doce-top {
	margin-top: 0.6rem;
}

.doce-top h3 {
	width: 2.5rem;
	font-size: 0.4rem;
	background: url(../images/pic34.jpg) center;
	background-size: 100%;
	text-align: center;
	line-height: 0.8rem;
	color: #FFFFFF;
	margin-bottom: 0.3rem;
}

.doce-top p {
	color: #171717;
	font-size: 0.4rem;
	line-height: 0.7rem;
	text-indent: 2em;
}

.doce-top h4 {
	width: 8.6rem;
	font-size: 0.38rem;
	background: url(../images/pic34.jpg) center;
	background-size: 100%;
	text-align: center;
	line-height: 0.8rem;
	color: #FFFFFF;
	margin-bottom: 0.3rem;
	margin: 0.6rem auto;
}

.doce-top img {
	display: block;
	width: 7rem;
	margin: 0 auto;
}

.power {
	margin-top: 0.8rem;
}

.power h3 {
	background: url(../images/pic36.png) center top no-repeat;
	background-size: 100%;
	color: #FFFFFF;
	height: 0.9rem;
	text-align: center;
	font-size: 0.4rem;
	padding-top: 0.1rem;
}

.power img {
	display: block;
	width: 7rem;
	margin: 0.5rem auto;
}

.port {
	width: 9.2rem;
	margin: 0 auto;
	margin-top: 0.7rem;
}

.port .doce-title p {
	font-size: 0.44rem;
}

.port-ul {
	overflow: hidden;
	margin-left: -0.4rem;
}

.port-ul li {
	width: 4.4rem;
	float: left;
	background: url(../images/pic37.jpg) center top no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 0.5rem;
	margin-left: 0.4rem;
}

.port-ul li:nth-child(2) {
	background: url(../images/pic38.jpg) center top no-repeat;
	background-size: 100%;
}

.port-ul li:nth-child(3) {
	background: url(../images/pic39.jpg) center top no-repeat;
	background-size: 100%;
}

.port-ul li:nth-child(4) {
	background: url(../images/pic40.jpg) center top no-repeat;
	background-size: 100%;
}

.port-ul li h3 {
	color: #FFFFFF;
	font-size: 0.42rem;
	margin-top: 0.2rem;
}

.port-ul li p {
	width: 4rem;
	color: #FFFFFF;
	font-size: 0.36rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.2rem;
	height: 1.5rem;
	overflow: hidden;
}

.port-ul li h4 {
	color: #e6fa04;
	font-size: 0.34rem;
	border-top: 1px solid #FFFFFF;
	height: 1rem;
	line-height: 1rem;
	margin-top: 0.3rem;
}

.core {
	margin-top: 1rem;
}

.core-ul li {
	background: #e8e8e8;
	padding: 0.4rem;
}

.core-ul li:nth-child(2) {
	background: #FFFFFF;
}

.core-ul li:nth-child(4) {
	background: #FFFFFF;
}

.core-ul li:nth-child(5) {
	padding-bottom: 0;
}

.core-ul li:nth-child(6) {
	background: #FFFFFF;
}

.core-ul li h3 {
	color: #007AFF;
	font-size: 0.44rem;
}

.core-ul li p {
	color: #666666;
	font-size: 0.4rem;
	line-height: 0.6rem;
	margin-top: 0.1rem;
	text-indent: 2em;
}

.core-ul li img {
	margin-top: 0.5rem;
}

.adva {
	margin-top: 0.4rem;
}

.adva-ul {
	overflow: hidden;
}

.adva-ul {
	width: 9.4rem;
	margin: 0 auto;
}

.adva-ul li {
	width: 4.6rem;
	float: left;
	margin-top: 0.4rem;
	/* margin-left: 0.2rem; */
}

.adva-ul li:nth-child(1) {
	margin-left: 0;
}

.adva-ul li:nth-child(3) {
	margin-left: 0;
}

.adva-ul li:nth-child(5) {
	margin-left: 0;
}

.adva-ul li:nth-child(7) {
	margin-left: 0;
}

.adva-ul li img {
	display: block;
	float: left;
	width: 1.1rem;
	height: 1.1rem;
}

.adva-ul li h3 {
	width: 3.3rem;
	margin-left: 0.2rem;
	font-size: 0.38rem;
	float: left;
	color: #333333;
	line-height: 1.1rem;
}

.Price {
	width: 9.2rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.part {
	border: 1px solid #bfbfbf;
	margin-top: 0.2rem;
}

.part-title {
	height: 1.2rem;
	background: #bfbfbf;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2rem;
	font-size: 0.44rem;
}

.part-text {
	width: 7.6rem;
	margin: 0.4rem auto;
	overflow: hidden;
}

.part-text .part-left {
	float: left;
	width: 4rem;
}

.part-text .part-left p {
	color: #666666;
	font-size: 0.4rem;
	line-height: 0.7rem;
}

.part-text .part-left p span {
	color: #e90f0f;
}

.part-right {
	float: right;
	overflow: hidden;
	width: 3.6rem;
}

.part-right p {
	font-size: 0.4rem;
	text-decoration: line-through;
	text-align: center;
	margin-top: 0.4rem;
}

.part-right h3 {
	font-size: 0.4rem;
	text-align: center;
	color: #e90f0f;
}

.part-tit {
	width: 2.6rem;
	color: #E90F0F;
	float: left;
}

.part-tit p {
	font-size: 0.4rem;
	margin-top: 0.15rem;
}

.part-txt {
	width: 4.5rem;
	float: right;
}

.part-txt p {
	color: #666666;
	font-size: 0.4rem;
	margin-top: 0.15rem;
	text-align: center;
}

.part-txt p:nth-child(3) {
	text-align: left;
}

.part-wrap {
	width: 8.6rem;
	margin: 0 auto;
	padding-bottom: 0.4rem;
}

.part-next {
	margin-top: 0.4rem;
}

.part-next h3 {
	color: #E90F0F;
	font-size: 0.4rem;
}

.part-next p {
	font-size: 0.4rem;
	color: #666666;
	line-height: 0.7rem;
}

.Price-img {
	display: block;
	margin-top: 0.8rem;
}

.cue {
	margin-top: 0.5rem;
}

.cue-ul {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 9rem;
	margin: 0 auto;
}

.cue-ul li {
	width: 4.3rem;
	float: left;
	margin-top: 0.4rem;
}

.cue-text {
	background: #333333;
	padding: 0.4rem;
	overflow: hidden;
}

.cue-text .cue-left img {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
}

.cue-text .cue-left {
	width: 1.5rem;
	float: left;
}

.cue-text .cue-left span {
	color: #FFFFFF;
	text-align: center;
	display: block;
}

.cue-text .cue-right {
	margin-top: 0.3rem;
	color: #FFFFFF;
	font-size: 0.36rem;
	width: 1.8rem;
	float: right;
}

.sy-title {
	width: 4rem;
}

.sy-part {
	margin-top: 1rem;
}

.sy-ul {
	width: 9.2rem;
	margin: 0 auto;
	border-top: 1px solid #BFBFBF;
	margin-top: 0.8rem;
}

.sy-ul li {
	overflow: hidden;
}

.sy-ul li .sy-left {
	width: 2.6rem;
	float: left;
	height: 1.4rem;
	border-bottom: 1px solid #bfbfbf;
}

.sy-ul li .sy-left h3 {
	font-size: 0.38rem;
	background: #f2f2f2;
	height: 1.4rem;
	text-align: center;
	line-height: 1.4rem;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
}

.sy-ul li .sy-right {
	width: 6.6rem;
	float: right;
	border-bottom: 1px solid #bfbfbf;
	height: 1.4rem;
}

.sy-border {
	border-right: 1px solid #bfbfbf;
	height: 1.4rem;
	line-height: 1.4rem;
	color: #666666;
	font-size: 0.4rem;
	text-align: center;
	overflow: hidden;
}

.sy-border2 {
	line-height: 0.66rem;
}

.sy-border img {
	display: block;
	width: 3rem;
	margin: 0 auto;
	margin-top: 0.25rem;
}

.showmore {
	display: block;
	text-transform: uppercase;
	width: 4rem;
	height: 1rem;
	line-height: 1rem;
	border: 1px solid #D7181F;
	color: #313131;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.38rem;
	margin: 0.6rem auto;
	color: #D7181F;
}

.showmore a {
	color: #D7181F;
	display: block;
}

.ser {
	margin-top: 0.6rem;
}

.ser-title {
	text-align: center;
}

.ser-title h3 {
	font-size: 0.6rem;
	font-weight: bold;
}

.ser-title h3 span {
	color: #009696;
}

.ser-title p {
	color: #666666;
	font-size: 0.36rem;
	margin-top: 0.15rem;
}

.ser-ul {
	width: 9.1rem;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ser-ul li {
	width: 4.3rem;
	margin-top: 0.6rem;
}

.ser-ul li:nth-child(2) {
	float: right;
}

.ser-ul li:nth-child(4) {
	float: right;
}

.ser-ul li:nth-child(6) {
	float: right;
}

.ser-ul li h4 {
	background: url(../images/shop1.png) center no-repeat;
	background-size: 100%;
	height: 1.6rem;
	width: 2rem;
	margin: 0 auto;
	font-size: 0.4rem;
	text-align: center;
	padding-top: 0.4rem;
	color: #40b7f8;
}

.ser-ul li p {
	color: #333333;
	font-size: 0.36rem;
	text-align: center;
	margin-top: 0.4rem;
}

.ser-img {
	margin-top: 1rem;
}

.ser-img img {
	display: block;
	width: 100%;
}

.ser-title {
	width: 9rem;
	margin: 0 auto;
}

.gram {
	margin-top: 0.8rem;
}

.gram-ul {
	overflow: hidden;
	margin-top: 0.4rem;
}

.gram-ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 0.6rem;
}

.gram-ul li img {
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
}

.gram-ul li h3 {
	color: #333333;
	font-size: 0.42rem;
	margin: 0.2rem 0 0.1rem 0;
}

.gram-ul li p {
	color: #999999;
	font-size: 0.36rem;
}

.scene {
	margin-top: 0.8rem;
}

.luate {
	margin-top: 0.5rem;
}

.scene-ul {
	overflow: hidden;
	width: 7.9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.scene-ul li {
	float: left;
	width: 2.366rem;
	margin-right: 0.4rem;
	position: relative;
	border-radius: 0.2rem;
	overflow: hidden;
}

.scene-ul li:nth-child(3) {
	margin-right: 0;
}

.scene-ul li p {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 0.36rem;
	text-align: center;
	line-height: 0.8rem;
}

.luate-img {
	margin-top: 0.7rem;
}

.Exh {
	margin-top: 0.6rem;
}

.Exh-ul {
	width: 9rem;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 0.6rem;
}

.Exh-ul li {
	width: 4.3rem;
	float: left;
}

.Exh-ul li a {
	display: block;
}

.Exh-ul li:nth-child(2) {
	float: right;
}

.Exh-ul li h3 {
	display: block;
	background: #009a9a;
	color: #FFFFFF;
	font-size: 0.38rem;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more2 {
	display: block;
	width: 5rem;
	height: 1.1rem;
	border: 1px solid #009696;
	color: #009696;
	text-align: center;
	border-radius: 0.1rem;
	line-height: 1.1rem;
	font-size: 0.38rem;
	margin: 1rem auto;
}

.cust {
	overflow: hidden;
	width: 9rem;
	margin: 0 auto;
	position: relative;
	margin-top: 1rem;
}

.cust-text {
	background: url(../images/ding18.jpg) center top;
	background-size: 100%;
	overflow: hidden;
	margin-top: 1rem;
	padding-bottom: 0.6rem;
}

.cust-text p {
	color: #FFFFFF;
	font-size: 0.38rem;
	text-indent: 2em;
	width: 8.2rem;
	margin: 0 auto;
	margin-top: 1.6rem;
}

.cust-img {
	position: absolute;
	top: 0;
	left: 0.8rem;
	width: 7.4rem;
}

.cust-text p:nth-child(2) {
	margin-top: 0.1rem;
}

.ant {
	margin-top: 0.7rem;
}

.ant-title {
	text-align: center;
	overflow: hidden;
	width: 9rem;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
}

.ant-title h4 {
	text-transform: uppercase;
	font-size: 0.44rem;
	color: #ebebeb;
	font-weight: bold;
	margin-top: 0.5rem;
}

.ant-title h3 {
	color: #333333;
	font-size: 0.68rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.ant-wrap {
	background: url(../images/ding20.jpg) center top;
	background-size: 100%;
	overflow: hidden;
	padding-bottom: 0.6rem;
	margin-top: 0.6rem;
}

.ant-wrap ul {
	width: 9.4rem;
	margin: 0 auto;
}

.ant-wrap ul li {
	overflow: hidden;
	width: 4.5rem;
	float: left;
	margin-right: 0.4rem;
	margin-top: 0.8rem;
}

.ant-wrap ul li img {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	float: left;
}

.ant-wrap ul li p {
	float: right;
	width: 2.8rem;
	color: #5b99ec;
	font-size: 0.42rem;
	line-height: 1.4rem;
}

.ant-wrap ul li:nth-child(2) {
	margin-right: 0;
}

.ant-wrap ul li:nth-child(4) {
	margin-right: 0;
}

.ant-wrap ul li:nth-child(6) {
	margin-right: 0;
}

.ant-wrap ul li:nth-child(8) {
	margin-right: 0;
}

.ant-main {
	background: #eeeeee url(../images/ding10.jpg) center bottom no-repeat;
	background-size: 100%;
	padding-bottom: 3.5rem;
	overflow: hidden;
}

.ant-part {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.7rem;
}

.ant-part h2 {
	color: #666666;
	font-size: 0.6rem;
	letter-spacing: 0.05rem;
	margin-bottom: 0.4rem;
}

.ant-part p {
	font-size: 0.4rem;
	color: #999999;
	line-height: 0.6rem;
}

.pera {
	width: 9rem;
	margin: 0 auto;
}

.pera-ul {
	overflow: hidden;
}

.pera-ul li {
	width: 2.8rem;
	float: left;
	text-align: center;
	margin-right: 0.3rem;
	margin-top: 0.6rem;
}

.pera-text {
	background: url(../images/ding17.jpg) center top;
	background-size: 100%;
	overflow: hidden;
	padding: 0.2rem 0;
}

.pera-ul li:nth-child(3) {
	margin-right: 0;
}

.pera-ul li:nth-child(6) {
	margin-right: 0;
}

.pera-text h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.4rem;
}

.pera-text h3 {
	color: #FFFFFF;
	font-size: 0.44rem;
	margin-top: 0.1rem;
}

.pera-text p {
	color: #FFFFFF;
}

.caut {
	margin-top: 0.8rem;
}

.caut-table {
	overflow: hidden;
	width: 7.8rem;
	margin: 0 auto;
}

.caut-table li {
	width: 3rem;
	height: 1rem;
	background: #bcbabe;
	margin-top: 0.6rem;
	float: left;
	margin-left: 0.6rem;
	color: #333333;
	line-height: 1rem;
	text-align: center;
	font-size: 0.38rem;
	border-radius: 0.3rem;
}

.caut-table li.menu1 {
	background: url(../images/ding21.jpg) right center no-repeat;
	color: #FFFFFF;
}

.caut-wrap {
	width: 9rem;
	margin: 0 auto;
}

.caut-ul {
	overflow: hidden;
	margin-left: -0.5rem;
}

.caut-ul li {
	width: 4.25rem;
	float: left;
	margin-left: 0.5rem;
	margin-top: 0.6rem;
}

.caut-ul li a {
	display: block;
}

.caut-ul li a .caut-text {
	background: #5b99ec;
	padding: 0.2rem;
}

.caut-ul li a .caut-text h3 {
	color: #FFFFFF;
	font-size: 0.4rem;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	white-space: nowrap;
	/*强制不换行*/
}

.caut-ul li a .caut-text p {
	font-size: 0.34rem;
	color: #FFFFFF;
}

.more3 {
	color: #f19149;
	border: 1px solid #f19149;
}

.puzz {
	background: url(../images/ying1.jpg) center no-repeat;
	overflow: hidden;
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
	padding-bottom: 0.8rem;
	background-size: 7rem;
}

.puzz-title {
	text-align: center;
}

.puzz-title h3 {
	font-size: 0.6rem;
}

.puzz-title h3 span {
	color: #f06710;
}

.puzz-title p {
	font-size: 0.36rem;
	color: #666666;
	margin-top: 0.1rem;
}

.puzz-ul {
	overflow: hidden;
}

.puzz-ul li {
	float: left;
	overflow: hidden;
	margin-top: 0.6rem;
	width: ;
}

.puzz-ul li h3 {
	float: left;
	background: #d2d2d2;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.5rem;
	color: #ed6c1a;
	border-radius: 50%;
}

.puzz-ul li p {
	width: 3.2rem;
	color: #333333;
	font-size: 0.42rem;
	line-height: 1rem;
	margin-left: 0.3rem;
	float: left;
}

.puzz-ul li:nth-child(2) {
	float: right;
}

.puzz-ul li:nth-child(4) {
	float: right;
}

.puzz-ul li:nth-child(6) {
	float: right;
}

.puzz-ul li:nth-child(2) p {
	width: 2.6rem;
}

.puzz-ul li:nth-child(4) p {
	width: 2.6rem;
}

.puzz-ul li:nth-child(6) p {
	width: 2.6rem;
}

.what {
	width: 9.2rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.what-text {
	padding: 0.5rem 0.3rem;
	border: 1px solid #bfbfbf;
	margin-top: 0.6rem;
}

.what-text p {
	font-size: 0.4rem;
	line-height: 0.6rem;
	text-indent: 2em;
}

.factor .puzz-title {
	width: 9rem;
	margin: 0 auto;
	margin-top: 1rem;
}

.factor-img {
	margin-top: 0.8rem;
}

.factor-text {
	overflow: hidden;
	width: 9rem;
	margin: 0 auto;
}

.factor-text li {
	overflow: hidden;
	font-size: 0.38rem;
	margin-top: 0.4rem;
}

.factor-text li h4 {
	width: 2rem;
	text-align: right;
	float: left;
	color: #ed6c1a;
}

.factor-text li p {
	float: left;
	padding-left: 0.3rem;
}

.trust {
	margin-top: 0.8rem;
}

.ness {
	width: 9rem;
	margin: 0 auto;
	margin-top: 1rem;
}

.ness-ul {
	overflow: hidden;
	margin-left: -0.4rem;
	margin-top: 0.3rem;
}

.ness-ul li {
	float: left;
	width: 2.733rem;
	text-align: center;
	margin-left: 0.4rem;
	overflow: hidden;
	margin-top: 0.4rem;
}

.ness-ul li .ness-border {
	border: 1px solid #e8e8e8;
	height: 2.733rem;
	overflow: hidden;
}

.ness-ul li img {
	width: 1rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.ness-ul li p {
	font-size: 0.32rem;
	color: #333333;
	margin-top: 0.3rem;
}

.inda {
	margin-top: 1rem;
}

.inda .puzz-title {
	width: 9rem;
	margin: 0 auto;
}

.inda-ul {
	overflow: hidden;
	width: 7.8rem;
	margin: 0 auto;
}

.inda-ul li {
	width: 3.7rem;
	float: left;
}

.inda-ul li:nth-child(2) {
	float: right;
}

.inda-ul li img {
	display: block;
	width: 100%;
}

.inda-ul li .inda-text {
	border: 1px solid #aaaaaa;
	padding-bottom: 0.4rem;
}

.inda-ul li .inda-text h3 {
	color: #333333;
	font-size: 0.4rem;
	text-align: center;
	margin: 0.3rem 0;
}

.inda-ul li .inda-text p {
	color: #666666;
	font-size: 0.32rem;
	padding: 0 0.3rem;
	height: 3rem;
}

.succ {
	background: #dcdcdc;
	overflow: hidden;
}

.succ-title {
	text-align: center;
	margin-top: 0.4rem;
}

.succ-title h3 {
	font-size: 0.7rem;
	color: #ed6c1a;
}

.succ-title p {
	font-size: 0.4rem;
	text-transform: uppercase;
	color: #333333;
}

.succ-ul {
	width: 9rem;
	margin: 0 auto;
	overflow: hidden;
}

.succ-ul li {
	width: 4.3rem;
	float: left;
	margin-top: 0.4rem;
}

.succ-ul li a {
	display: block;
}

.succ-ul li:nth-child(2) {
	float: right;
}

.succ-ul li:nth-child(4) {
	float: right;
}

.succ-ul li a p {
	background: #FFFFFF;
	line-height: 1rem;
	color: #333333;
	font-size: 0.4rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ram-title {
	text-align: center;
}

.ram-title h3 {
	font-weight: bold;
	color: #333333;
	font-size: 0.56rem;
}

.what-ram {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.ram-title h3 span {
	color: #c11920;
	letter-spacing: 0.05rem;
}

.ram-text p {
	color: #333333;
	font-size: 0.4rem;
	line-height: 0.7rem;
	text-indent: 2em;
}

.ram-text img {
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.ages {
	margin-top: 0.8rem;
}

.ram-title p {
	color: #333333;
	font-size: 0.38rem;
	text-transform: uppercase;
	margin-top: 0.1rem;
}

.ages {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.ages-ul {
	margin-top: 0.8rem;
}

.ages-ul li {
	overflow: hidden;
}

.ages-ul li .ages-img {
	width: 4.5rem;
	float: left;
	height: 3.8rem;
	overflow: hidden;
}

.ages-ul li .ages-text {
	background: #e4e3e3;
	float: left;
	width: 4.5rem;
	overflow: hidden;
	height: 3.8rem;
}

.ages-ul li .ages-text p {
	width: 3.8rem;
	margin: 0 auto;
	font-size: 0.38rem;
	margin-top: 1rem;
}

.Whole {
	width: 9rem;
	margin: 0 auto;
	margin-top: 1rem;
}

.Whole-ul {
	overflow: hidden;
	margin-left: -1rem;
}

.Whole-ul li {
	width: 2.33333rem;
	float: left;
	margin-left: 1rem;
	margin-top: 0.8rem;
}

.Whole-ul li img {
	width: 100%;
	height: 2.333rem;
	display: block;
}

.map {
	display: block;
	width: 100%;
	border: none;
	height: 11rem;
}

.Range {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.Range-title {
	text-align: center;
	font-size: 0.6rem;
	font-weight: bold;
}

.Range-title span {
	color: #1a6fa6;
}

.Range-text {
	margin-top: 0.3rem;
}

.Range-text p {
	color: #333333;
	font-size: 0.38rem;
	line-height: 0.7rem;
	text-indent: 2em;
}

.Deve {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.Deve-ul {
	overflow: hidden;
	margin-left: -0.4rem;
}

.Deve-ul li {
	width: 4.3rem;
	float: left;
	margin-left: 0.4rem;
	margin-top: 0.6rem;
}

.Deve-ul li img {
	display: block;
	width: 100%;
}

.Deve-text {
	background: #1a6fa6;
	overflow: hidden;
	padding-bottom: 0.4rem;
	height: 3.5rem;
}

.Deve-text h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.5rem;
	text-align: center;
	margin: 0.3rem 0;
}

.Deve-text p {
	font-size: 0.34rem;
	color: #FFFFFF;
	padding: 0 0.25rem;
}

.Waiter {
	margin-top: 0.8rem;
}

.Waiter-img {
	margin-top: 0.6rem;
}

.asked {
	margin-top: 0.8rem;
}

.asked-wrap {
	width: 7.6rem;
	margin: 0 auto;
}

.asked-wrap img {
	width: 100%;
	display: block;
}

.asked-main {
	border: 1px solid #c9c9c9;
	border-top: 0;
	padding-bottom: 0.6rem;
	overflow: hidden;
}

.asked-text {
	width: 6.6rem;
	margin: 0 auto;
}

.asked-text li {
	overflow: hidden;
	margin-top: 0.3rem;
}

.asked-text li span {
	display: block;
	float: left;
	width: 1.3rem;
	font-size: 0.38rem;
	color: #666666;
}

.asked-text li p {
	width: 5.3rem;
	float: right;
	font-size: 0.38rem;
	color: #666666;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 0.2rem;
}

.stan {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.stan-ul {
	overflow: hidden;
	margin-left: -0.5rem;
}

.stan-ul li {
	width: 4.25rem;
	float: left;
	background: #4392ee;
	text-align: center;
	height: 2.9rem;
	overflow: hidden;
	margin-top: 0.5rem;
	margin-left: 0.5rem;
}

.stan-ul li h3 {
	color: #FFFFFF;
	font-size: 0.42rem;
	margin-top: 0.4rem;
}

.stan-ul li p {
	color: #FFFFFF;
	font-size: 0.36rem;
	margin-top: 0.2rem;
}

.stan-ul li i {
	display: block;
	width: 0.5rem;
	height: 0.6rem;
	background: url(../images/ruan8.png) no-repeat center;
	background-size: 100%;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.vr {
	background: url(../images/quan1.jpg) center no-repeat;
	overflow: hidden;
	padding-bottom: 0.8rem;
	background-size: 100%;
}

.vr h3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.6rem;
	font-weight: bold;
	margin-top: 0.6rem;
}

.vr p {
	width: 9rem;
	margin: 0 auto;
	font-size: 0.4rem;
	line-height: 0.6rem;
	margin-top: 0.4rem;
	color: #FFFFFF;
	text-indent: 2em;
}

.for {
	width: 9rem;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 0.5rem;
}

.for-title {
	text-align: center;
}

.for-title h3 {
	font-size: 0.6rem;
	color: #333333;
}

.for-title h3 span {
	color: #bd0a0f;
	font-weight: bold;
}

.for-title p {
	color: #666666;
	font-size: 0.4rem;
	margin-top: 0.1rem;
	text-transform: uppercase;
}

.for-ul {}

.for-ul li {
	border: 1px solid #b28860;
	text-align: center;
	overflow: hidden;
	padding-bottom: 0.6rem;
	margin-top: 0.7rem;
}

.for-ul li h3 {
	font-size: 0.52rem;
	color: #333333;
	letter-spacing: 0.05rem;
	margin-top: 0.4rem;
}

.for-text {
	margin-top: 0.3rem;
}

.for-text p {
	font-size: 0.4rem;
	color: #666666;
	line-height: 0.9rem;
}

.for-ul li a {
	display: block;
	background: #b28860;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.5rem;
	width: 7rem;
	margin: 0 auto;
	color: #FFFFFF;
	border-radius: 0.3rem;
	margin-top: 0.6rem;
}

.of {
	margin-top: 0.6rem;
}

.of-wrap {
	overflow: hidden;
	background: url(../images/quan2.jpg) center no-repeat;
	background-size: 100%;
	margin-top: 0.5rem;
}

.of-ul {
	width: 5rem;
	border: 1px solid #FFFFFF;
	margin: 1rem;
	border-bottom: 0;
}

.of-ul li {
	border-bottom: 1px solid #FFFFFF;
	height: 1.2rem;
}

.of-ul li p {
	color: #FFFFFF;
	font-size: 0.4rem;
	line-height: 1.2rem;
	background: url(../images/quan3.png) left center no-repeat;
	background-size: 0.5rem;
	text-indent: 1rem;
	width: 3.2rem;
	margin: 0 auto;
}

.of-ul li:nth-child(2) p {
	background: url(../images/quan4.png) left center no-repeat;
	background-size: 0.5rem;
}

.of-ul li:nth-child(3) p {
	background: url(../images/quan5.png) left center no-repeat;
	background-size: 0.5rem;
}

.of-ul li:nth-child(4) p {
	background: url(../images/quan6.png) left center no-repeat;
	background-size: 0.5rem;
}

.kage {
	margin-top: 0.6rem;
}

.kage-wrap {
	width: 7.6rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.kage-main {
	background: #bcbcbb;
	overflow: hidden;
	padding-bottom: 0.6rem;
	margin-top: 0.75rem;
	border-radius: 0.3rem;
}

.kage-main h3 {
	background: #FFFFFF;
	font-size: 0.52rem;
	width: 6.6rem;
	margin: 0 auto;
	text-align: center;
	height: 1.2rem;
	line-height: 1.2rem;
	border-radius: 0.2rem;
	margin-top: 1.3rem;
}

.kage-text {
	width: 6.6rem;
	margin: 0 auto;
	background: #FFFFFF;
	margin-top: 0.5rem;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.46rem;
	line-height: 0.8rem;
	padding: 0.5rem 0;
}

.kage-text p:nth-last-child(1) {
	color: #f00;
}

.kage-ber {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background: #b28860;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 1.4rem;
	font-size: 0.8rem;
	color: #FFFFFF;
	border-radius: 50%;
	left: 50%;
	margin-left: -0.75rem;
	border: 0.1rem solid #FFFFFF;
}

.kage-margin {
	margin-top: 0.5rem;
}

.mic {
	margin-top: 0.8rem;
}

.mic-ul {
	width: 8.6rem;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 0.5rem;
}

.mic-ul li {
	width: 4.3rem;
	float: left;
}

.mic-ul li a {
	display: block;
	width: 4.3rem;
	height: 4.3rem;
	overflow: hidden;
}

.mic-ul li a img {
	display: block;
	min-height: 4.3rem;
}

.pac {
	margin-top: 0.6rem;
}

.pac-img {
	width: 8rem;
	margin: 0 auto;
}

.pac-img img {
	display: block;
}

.vice {
	width: 9.2rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.vice-ul {
	overflow: hidden;
	margin-left: -0.4rem;
	margin-top: 0.2rem;
}

.vice-ul li {
	width: 2.8rem;
	float: left;
	margin-left: 0.4rem;
	margin-top: 0.4rem;
}

.vice-border {
	border: 1px solid #e8e8e8;
	height: 2.5rem;
	overflow: hidden;
	text-align: center;
}

.vice-border img {
	display: block;
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.vice-border p {
	color: #444444;
	font-size: 0.38rem;
	margin-top: 0.1rem;
}

.city {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.tom-title {
	text-align: center;
	font-size: 0.56rem;
	color: #333333;
	font-weight: bold;
}

.tom-title span {
	color: #5184cf;
}

.city-text {
	border: 1px solid #bfbfbf;
	padding: 0.3rem 0.3rem 0.5rem 0.3rem;
	overflow: hidden;
	margin-top: 0.6rem;
}

.city-text p {
	font-size: 0.38rem;
	line-height: 0.7rem;
	text-indent: 2em;
	margin-top: 0.2rem;
}

.city-text p:nth-last-child(1) {
	color: #9d0707;
	font-size: 0.4rem;
}

.make {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
	position: relative;
	padding-bottom: 0.6rem;
}

.make-back {
	background: #ffc500;
}

.make-wrap {
	background: #ffc500;
	margin-top: 0.6rem;
	padding: 0;
}

.make-wrap .swiper-container {
	padding: 0;
}

.make .swiper-pagination-bullet {
	margin-left: 8px;
	display: block;
	float: left;
}

.make .swiper-pagination {
	position: absolute;
	left: 50%;
	margin-left: -28px;
	margin-top: 0.5rem;
}

.make-main {
	overflow: hidden;
}

.make-main h2 {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8rem;
	margin-top: 0.4rem;
	font-weight: bold;
}

.make-main h3 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 0.5rem;
	margin-top: 0.2rem;
}

.make-main img {
	display: block;
	width: 7.6rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.make-main p {
	width: 7.6rem;
	margin: 0.5rem auto;
	font-size: 0.38rem;
	color: #333333;
	text-indent: 2em;
}

.airs {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.airs-img {
	width: 6.6rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.airs-text {
	margin-top: 0.4rem;
}

.airs-text p {
	font-size: 0.4rem;
	color: #333333;
	line-height: 0.7rem;
	text-indent: 2em;
}

.hot {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.hot-ul {
	overflow: hidden;
	margin-left: -0.4rem;
}

.hot-ul li {
	width: 4.3rem;
	float: left;
	margin-left: 0.4rem;
	margin-top: 0.6rem;
}

.hot-border {
	border: 1px solid #bfbfbf;
}

.hot-top {
	background: #5184cf;
	height: 2rem;
	overflow: hidden;
}

.hot-top img {
	width: 1.2rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.hot-text {
	padding-bottom: 0.2rem;
}

.hot-text h3 {
	text-align: center;
	color: #333333;
	font-size: 0.4rem;
	margin: 0.3rem 0;
}

.hot-text p {
	padding: 0.2rem;
	padding-top: 0;
	font-size: 0.36rem;
	color: #666666;
	text-align: center;
	height: 2rem;
	overflow: hidden;
}

.rog {
	margin-top: 0.8rem;
}

.rog-wrap {
	background: #eeeeee;
	margin-top: 0.6rem;
}

.rog-ul {
	overflow: hidden;
	width: 9rem;
	margin: 0 auto;
}

.rog-ul li {
	width: 4.35rem;
	float: left;
}

.rog-ul li:nth-child(2) {
	float: right;
}

.rog-ul li .rog-img {
	position: relative;
}

.rog-ul li .rog-img p {
	position: absolute;
	font-size: 0.38rem;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.5);
	height: 2.25rem;
	width: 80%;
	padding: 0.5rem 10%;
	top: 0;
}

.rog-text {
	background: #FFFFFF;
	font-size: 0.44rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
}

.gove {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.gove-top {
	overflow: hidden;
	background: url(../images/zheng14.jpg) center top;
	background-size: 100%;
	padding-bottom: 0.5rem;
}

.gove-top h3 {
	color: #FFFFFF;
	font-size: 0.6rem;
	background: url(../images/zheng16.png) left center no-repeat;
	background-size: 0.8rem;
	text-indent: 1.2rem;
	margin-top: 0.4rem;
	margin-left: 0.5rem;
}

.gove-text {
	width: 8.2rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.gove-text p {
	color: #FFFFFF;
	font-size: 0.38rem;
	line-height: 0.6rem;
	text-indent: 2em;
}

.gove-margin {
	margin-top: 0.5rem;
}

.gove-top2 {
	background: #dcdcdc;
	border-bottom: 1px solid #FFFFFF;
}

.gove-top2 h3 {
	color: #010101;
	background: url(../images/zheng17.png) left center no-repeat;
	background-size: 0.8rem;
}

.gove-top2 .gove-text p {
	color: #010101;
}

.tner {
	margin-top: 0.6rem;
}

.tner-ul {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 9rem;
	margin: 0 auto;
	flex-wrap: wrap;
}

.tner-ul li {
	width: 4.25rem;
	float: left;
	margin-bottom: 0.4rem;
}

.tner-ul li a {
	display: block;
	border: 1px solid #c0c0c0;
	border-radius: 0.1rem;
	overflow: hidden;
}

.tner-ul li a p {
	font-size: 0.4rem;
	color: #333333;
	line-height: 1.2rem;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	white-space: nowrap;
	/*强制不换行*/
	text-align: center;
}

.tner-wrap {
	margin-top: -0.4rem;
}

.ye {
	width: 8.8rem;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.ye li {
	background: url(../images/ye7.jpg) center top no-repeat;
	background-size: 100%;
	height: 1.5rem;
	margin-top: 0.8rem;
}

.ye li:nth-child(2) {
	background: url(../images/ye1.png) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(3) {
	background: url(../images/ye8.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(4) {
	background: url(../images/ye2.png) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(5) {
	background: url(../images/ye16.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(6) {
	background: url(../images/ye11.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(7) {
	background: url(../images/ye6.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(8) {
	background: url(../images/ye3.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(9) {
	background: url(../images/ye8.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(10) {
	background: url(../images/ye9.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(11) {
	background: url(../images/ye13.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(12) {
	background: url(../images/ye14.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(13) {
	background: url(../images/ye15.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(14) {
	background: url(../images/ye10.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(15) {
	background: url(../images/ye5.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(16) {
	background: url(../images/ye17.jpg) center top no-repeat;
	background-size: 100%;
}

.ye li:nth-child(17) {
	background: url(../images/ye20.jpg) center top no-repeat;
	background-size: 100%;
}
/* .ye li:nth-child(17) {
	background: url(../images/ye20.jpg) center top no-repeat;
	background-size: 100%;
} */

.ye li a {
	display: block;
}

.ye li h3 {
	font-weight: bold;
	font-size: 0.56rem;
	margin-left: 3rem;
	line-height: 1.5rem;
	color: #333333;
}

.tion {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.OA-title {
	text-align: center;
	font-size: 0.6rem;
	font-weight: bold;
}

.OA-title span {
	color: #cf0212;
}

.tion-text {
	background: #ededed;
}

.tion-text p {
	font-size: 0.38rem;
	padding: 0.5rem 0.3rem;
	text-indent: 2em;
	line-height: 0.56rem;
	color: #666666;
}

.tion-ul {
	overflow: hidden;
	margin-left: -0.3rem;
}

.tion-ul li {
	background: #C11920;
	width: 2.8rem;
	height: 2.2rem;
	overflow: hidden;
	float: left;
	margin-left: 0.3rem;
	margin-top: 0.3rem;
}

.tion-ul li img {
	width: 0.8rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.tion-ul li p {
	font-size: 0.38rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.2rem;
}

.coor {
	width: 9rem;
	margin: 0 auto;
	margin-top: 1rem;
}

.coor-img {
	margin-top: 0.5rem;
}

.coor-text {
	text-align: center;
	font-size: 0.46rem;
	line-height: 0.86rem;
	margin-top: 0.5rem;
}

.coor-text a {
	font-size: 0.38rem;
	color: #cf0212;
	display: block;
	width: 3.6rem;
	height: 1rem;
	border: 1px solid #CF0212;
	border-radius: 0.5rem;
	line-height: 1rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.Safety {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.Safety-text {
	font-size: 0.4rem;
	text-indent: 2em;
	line-height: 0.7rem;
	margin-top: 0.4rem;
}

.Safety-img {
	margin-top: 0.4rem;
}

.elite {
	margin-top: 1rem;
}

.elite-wrap {
	background: url(../images/oa9.jpg) center;
	background-size: 100%;
	overflow: hidden;
	color: #FFFFFF;
	padding-bottom: 0.8rem;
	margin-top: 0.8rem;
}

.elite-ul {
	overflow: hidden;
	margin-left: -0.45rem;
	margin-top: 0.5rem;
}

.elite-ul li {
	width: 2.7rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #FFFFFF;
	color: #333333;
	float: left;
	margin-left: 0.45rem;
	font-size: 0.38rem;
	text-align: center;
	line-height: 0.8rem;
}

.elite-main {
	width: 9rem;
	margin: 0 auto;
}

.elite-text {
	background: rgba(0, 0, 0, 0.4);
	min-height: 10rem;
	margin-top: 0.4rem;
	overflow: hidden;
}

.text-ul {
	overflow: hidden;
	margin-top: 0.6rem;
}

.text-ul li {
	overflow: hidden;
	width: 8.2rem;
	margin: 0 auto;
}

.text-ul li span {
	font-size: 0.38rem;
	color: #FFFFFF;
	float: left;
	width: 2rem;
}

.text-ul li p {
	font-size: 0.38rem;
	line-height: 0.6rem;
	float: left;
	width: 6.2rem;
	float: left;
}

.text-ul li p {}

.elite-ul li.menu1 {
	background: #CF0212;
	color: #FFFFFF;
}

.elite-ul li.menu4 {
	background: #CF0212;
	color: #FFFFFF;
}

.work {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.work p {
	font-size: 0.46rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-top: 0.4rem;
}

.fei-title {
	text-align: center;
}

.fei-title h3 {
	font-size: 0.6rem;
	color: #c11920;
	font-weight: bold;
}

.fei-title p {
	font-size: 0.4rem;
	color: #999999;
	text-transform: uppercase;
	margin-top: 0.1rem;
}

.soft {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.soft-text {
	margin-top: 0.5rem;
}

.soft-text p {
	font-size: 0.4rem;
	text-indent: 2em;
	color: #333333;
}

.soft-text p img {
	display: block;
	width: 8.6rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.fun {
	margin-top: 0.8rem;
}

.nal {
	margin-top: 0.5rem;
}

.nal-top p {
	width: 9rem;
	margin: 0 auto;
	background: #3a3a3a;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.4rem;
	line-height: 0.8rem;
	margin-top: 0.4rem;
}

.nal-text {
	width: 8.8rem;
	margin: 0 auto;
	border: 0.1rem solid #57a6c7;
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 0.6rem;
	margin-top: 0.8rem;
}

.nal-text img {
	display: block;
	width: 1.6rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.nal-text h3 {
	font-size: 0.6rem;
	color: #333333;
	text-align: center;
	margin-top: 0.6rem;
}

.nal-text p {
	font-size: 0.4rem;
	text-indent: 2em;
	width: 8rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.all {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.all-ul {
	overflow: hidden;
	margin-left: -0.4rem;
	margin-top: 0.2rem;
}

.all-ul li {
	width: 4.3rem;
	float: left;
	margin-left: 0.4rem;
	margin-top: 0.4rem;
}

.all-ul li a {
	display: block;
}

.provider {
	margin-top: 0.6rem;
}

.yun-title {
	text-align: center;
	width: 9rem;
	margin: 0 auto;
}

.yun-title h3 {
	font-size: 0.56rem;
	font-weight: bold;
}

.yun-title h3 span {
	color: #c91032;
}

.yun-title p {
	font-size: 0.36rem;
	margin-top: 0.2rem;
}

.provider-ul {
	overflow: hidden;
}

.provider-ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 0.8rem;
}

.provider-ul li img {
	display: block;
	width: 1.4rem;
	margin: 0 auto;
}

.provider-ul li h3 {
	font-size: 0.42rem;
	margin: 0.2rem 0 0.1rem 0;
}

.provider-ul li p {
	font-size: 0.34rem;
}

.der-ul {
	margin-top: 1.2rem;
}

.der-ul li {
	background: url(../images/yun5.jpg) center no-repeat;
	background-size: 100%;
	height: 4.5rem;
	overflow: hidden;
	text-align: center;
}

.der-ul li:nth-child(2) {
	background: url(../images/yun6.jpg) center no-repeat;
	background-size: 100%;
}

.der-ul li:nth-child(3) {
	background: url(../images/yun7.jpg) center no-repeat;
	background-size: 100%;
}

.der-ul li:nth-child(4) {
	background: url(../images/yun8.jpg) center no-repeat;
	background-size: 100%;
}

.der-ul li:nth-child(5) {
	background: url(../images/yun9.jpg) center no-repeat;
	background-size: 100%;
}

.der-ul li img {
	display: block;
	width: 1.5rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.der-ul li h3 {
	color: #FFFFFF;
	font-size: 0.48rem;
	margin: 0.2rem 0;
}

.der-ul li p {
	width: 9rem;
	margin: 0 auto;
	font-size: 0.36rem;
	color: #FFFFFF;
}

.sale {
	margin-top: 0.6rem;
}

.sale-ul {
	overflow: hidden;
}

.sale-ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 0.8rem;
}

.sale-ul li img {
	width: 1.2rem;
	margin: 0 auto;
}

.sale-ul li h3 {
	font-size: 0.44rem;
	margin: 0.3rem 0 0.3rem 0;
}

.sale-ul li p {
	font-size: 0.36rem;
	color: #333333;
	width: 90%;
	margin: 0 auto;
	height: 1.6rem;
}

.sale-ul li a {
	display: block;
	width: 3rem;
	height: 0.8rem;
	background: #2bbbff;
	color: #FFFFFF;
	border-radius: 0.5rem;
	font-size: 0.36rem;
	line-height: 0.8rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.sale-img {
	margin-top: 1rem;
}

.use {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.use-ul {
	overflow: hidden;
	margin-left: -0.5rem;
}

.use-ul li {
	width: 4.25rem;
	float: left;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
}

.use-ul li p {
	color: #333333;
	font-size: 0.4rem;
	margin-top: 0.3rem;
	overflow: hidden;
	/*自动隐藏文字*/
	text-overflow: ellipsis;
	/*文字隐藏后添加省略号*/
	white-space: nowrap;
	/*强制不换行*/
	text-align: center;
}

.use-more {
	display: block;
	width: 3rem;
	height: 1rem;
	line-height: 1rem;
	margin: 0 auto;
	text-align: center;
	font-size: 0.4rem;
	border: 1px solid #C11920;
	color: #C11920;
	border-radius: 0.2rem;
	margin: 0.7rem auto 0.4rem auto;
}

.app-title {
	text-align: center;
}

.app-title h3 {
	font-size: 0.6rem;
	color: #333333;
	font-weight: bold;
}

.app-title h3 span {
	color: #f28f37;
}

.app-title p {
	font-size: 0.34rem;
	color: #666666;
	width: 9rem;
	margin: 0 auto;
	text-align: left;
	margin-top: 0.2rem;
}

.sent {
	margin-top: 0.6rem;
}

.sent-text {
	padding-left: 0.5rem;
	margin-top: 0.5rem;
}

.sent-text p {
	background: url(../images/app9.png) left center no-repeat;
	background-size: 0.4rem;
	font-size: 0.4rem;
	margin-top: 0.4rem;
	text-indent: 0.6rem;
}

.sent-tel {
	background: url(../images/app1.jpg) center;
	background-size: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 0.8rem;
	margin-top: 0.8rem;
}

.sent-tel p {
	font-size: 0.5rem;
	color: #FFFFFF;
	margin-top: 0.5rem;
}

.sent-tel h3 {
	color: #FFFFFF;
	font-size: 0.76rem;
	border: 1px solid #FFFFFF;
	width: 7rem;
	margin: 0 auto;
	height: 1.8rem;
	line-height: 1.8rem;
	font-weight: normal;
	margin-top: 0.4rem;
}

.app-case {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.case-ul {
	overflow: hidden;
	margin-left: -0.4rem;
	margin-top: 0.2rem;
}

.case-ul li {
	width: 4.3rem;
	float: left;
	margin-left: 0.4rem;
	margin-top: 0.4rem;
}

.duct {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.duct-ul {
	overflow: hidden;
	margin-left: -1rem;
}

.duct-ul li {
	text-align: center;
	width: 4rem;
	float: left;
	margin-left: 1rem;
	margin-top: 0.8rem;
}

.duct-ul li i {
	display: block;
	background: #3368e0;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.duct-ul li i img {
	display: block;
	width: 1rem;
	height: 1rem;
	margin: 0.4rem auto;
}

.duct-ul li h3 {
	font-size: 0.44rem;
	margin: 0.3rem 0 0.2rem 0;
}

.duct-ul li p {
	font-size: 0.34rem;
}

.Solve {
	margin-top: 0.8rem;
}

.Solve-ul {
	width: 9rem;
	margin: 0 auto;
}

.Solve-ul li {
	margin-top: 0.5rem;
}

.Solve-title {
	overflow: hidden;
}

.Solve-title span {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	float: left;
	background: #f28f37;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.4rem;
	color: #FFFFFF;
	border-radius: 50%;
}

.Solve-title h3 {
	font-size: 0.42rem;
	line-height: 0.8rem;
	float: left;
	margin-left: 0.4rem;
}

.Solve-text {
	margin-top: 0.4rem;
}

.Solve-text p {
	font-size: 0.4rem;
	color: #666666;
	line-height: 0.6rem;
}

.ponse {
	margin-top: 0.6rem;
}

.xiang-title {
	width: 9rem;
	margin: 0 auto;
	font-size: 0.56rem;
	border-left: 0.15rem solid #fda518;
	text-indent: 0.3rem;
}

.ponse-text {
	width: 9rem;
	margin: 0 auto;
}

.ponse-text p {
	color: #333;
	font-size: 0.4rem;
	text-indent: 2em;
	line-height: 0.6rem;
	margin-top: 0.4rem;
}

.ponse-img {
	margin-top: 0.8rem;
}

.why {
	margin-top: 0.6rem;
}

.why-ul {}

.why-ul li {
	background: url(../images/xiang5.png) center bottom no-repeat;
	background-size: 0.6rem;
	padding-bottom: 1rem;
	width: 8rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.6rem;
}

.why-ul li:nth-last-child(1) {
	background: none;
}

.why-ul li img {
	width: 2.2rem;
	margin: 0 auto;
}

.why-ul li h3 {
	font-size: 0.44rem;
	margin: 0.2rem 0;
	margin-top: 0.4rem;
}

.why-ul li p {
	font-size: 0.38rem;
	line-height: 0.6rem;
}

.shed-wrap {
	background: url(../images/xiang14.jpg) center no-repeat;
	background-size: 100%;
	padding: 0.6rem 0;
	margin-top: 0.6rem;
}

.shed-main {
	border: 0.03rem solid #FFFFFF;
	width: 8.94rem;
	margin: 0 auto;
	border-bottom: 0;
}

.shed-main li {
	height: 1rem;
	line-height: 1rem;
	border-bottom: 1px solid #FFFFFF;
}

.shed-main li h4 {
	float: left;
	color: #FFFFFF;
	font-size: 0.38rem;
	padding-left: 0.3rem;
	width: 1.7rem;
	border-right: 0.03rem solid #FFFFFF;
}

.shed-main li p {
	float: left;
	color: #FFFFFF;
	font-size: 0.38rem;
	padding-left: 0.3rem;
	width: 6.5rem;
}

.shed-main li.shen-active {
	height: 1.2rem;
}

.shed-main li.shen-active p {
	line-height: 0.6rem;
	height: 1.2rem;
}

.shed-main li.shen-active h4 {
	line-height: 1.2rem;
	height: 1.2rem;
}

.shed-monsy {
	font-size: 0.4rem;
	color: #FFFFFF;
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.vant {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.vant-wrap {
	overflow: hidden;
	text-align: center;
}

.vant-left {
	width: 4.47rem;
	float: left;
	background: url(../images/xiang15.jpg) center top no-repeat;
	background-size: 100%;
	height: 6rem;
	overflow: hidden;
	border-right: 0.03rem solid #FFFFFF;
}

.vant-left img {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 auto;
	margin-top: 1rem;
}

.vant-left hr {
	display: block;
	width: 0.8rem;
	margin: 0.5rem auto 0.4rem auto;
}

.vant-left h3 {
	color: #FFFFFF;
	font-size: 0.44rem;
	line-height: 0.8rem;
}

.vant-right {
	width: 4.5rem;
	float: right;
}

.vant-right li {
	width: 4.5rem;
	height: 2.94rem;
	border-bottom: 0.03rem solid #FFFFFF;
	background: url(../images/xiang16.jpg) center top no-repeat;
	overflow: hidden;
}

.vant-right li:nth-child(2) {
	background: url(../images/xiang17.jpg) center top no-repeat;
}

.vant-right li hr {
	display: block;
	width: 0.8rem;
	margin: 0.3rem auto 0.2rem auto;
}

.vant-right li img {
	width: 0.9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.vant-right li h3 {
	color: #FFFFFF;
	font-size: 0.44rem;
	line-height: 0.8rem;
}

.vant-wrap {
	margin-top: 0.4rem;
}

.vant-wrap2 .vant-left {
	background: url(../images/xiang20.jpg) center top no-repeat;
	background-size: 100%;
}

.vant-wrap2 .vant-right li {
	background: url(../images/xiang18.jpg) center top no-repeat;
}

.vant-wrap2 .vant-right li:nth-child(2) {
	background: url(../images/xiang19.jpg) center top no-repeat;
}

.pat-wrap {
	width: 9rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 0.5rem;
}

.pat {
	margin-top: 0.5rem;
}

.pat-wrap p {
	font-size: 0.5rem;
	color: #cf8a11;
}

.pat-wrap img {
	margin-top: 0.4rem;
}

.pat-case {
	margin-top: 0.5rem;
}

.pat-ul {
	width: 9rem;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pat-ul li {
	width: 4.3rem;
	margin-top: 0.4rem;
}

.pat-ul li a {
	display: block;
}

.pat-ul li p {
	font-size: 0.44rem;
	text-align: center;
	color: #333333;
	margin-top: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.velo {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.ji-title {
	text-align: center;
}

.ji-title h3 {
	font-size: 0.6rem;
	color: #1746d2;
	font-weight: bold;
}

.they2 .ji-title h3 {
	color: #c11920;
}

.ji-title p {
	font-size: 0.34rem;
	color: #999999;
	margin-top: 0.1rem;
}

.velo-ul {
	margin-top: 0.6rem;
}

.velo-ul li .velo-text {
	background: url(../images/wei1.jpg) no-repeat center top;
	overflow: hidden;
	background-size: 100%;
}

.velo-text p {
	color: #FFFFFF;
	font-size: 0.4rem;
	width: 8rem;
	margin: 0.8rem auto;
	line-height: 0.7rem;
	min-height: 2rem;
	text-indent: 2em;
}

.velo-ul li {
	margin-top: 0.3rem;
}

.velo-ul li h3 {
	background: #1746d2;
	color: #FFFFFF;
	font-size: 0.46rem;
	text-align: center;
	line-height: 1.4rem;
}

.velo-ul li:nth-child(2) .velo-text {
	background: url(../images/wei2.jpg) no-repeat center top;
	background-size: 100%;
}

.velo-ul li:nth-child(3) .velo-text {
	background: url(../images/wei3.jpg) no-repeat center top;
	background-size: 100%;
}

.velo-ul li:nth-child(4) .velo-text {
	background: url(../images/wei4.jpg) no-repeat center top;
	background-size: 100%;
}

.velo-ul li:nth-child(5) .velo-text {
	background: url(../images/wei5.jpg) no-repeat center top;
	background-size: 100%;
}

.velo-ul li:nth-child(6) .velo-text {
	background: url(../images/wei11.jpg) no-repeat center top;
	background-size: 100%;
}

.stry {
	width: 9rem;
	margin: 0.6rem auto 0 auto;
}

.stry-wrap {
	border-radius: 0.2rem;
	overflow: hidden;
	width: 8rem;
	margin: 0 auto;
}

.stry-top {
	background: url(../images/wei6.jpg) no-repeat center top;
	background-size: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.stry-top h3 {
	font-size: 0.5rem;
	color: #FFFFFF;
	margin-top: 0.8rem;
}

.stry-top p {
	font-size: 0.4rem;
	color: #FFFFFF;
	margin-top: 0.5rem;
}

.stry-text {
	border: 2px solid #bfbfbf;
	height: 5.6rem;
	overflow: hidden;
}

.stry-text p {
	width: 7rem;
	margin: 0 auto;
	font-size: 0.4rem;
	color: #666666;
	margin-top: 1rem;
	line-height: 0.7rem;
}

.hard {
	margin-top: 0.5rem;
}

.hard-ul {
	overflow: hidden;
}

.hard-ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 0.6rem;
}

.hard-ul li img {
	width: 1.8rem;
	margin: 0 auto;
}

.hard-ul li h3 {
	font-weight: normal;
	font-size: 0.44rem;
	margin-top: 0.3rem;
}

.they {
	margin-top: 0.8rem;
}

.they .cue-ul {
	width: 9rem;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.they .cue-ul li {
	margin-top: 0.4rem;
}

.they .cue-ul li a {
	display: block;
}

.more4 {
	width: 3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #4639ef;
	border: 1px solid #4639ef;
}

.wechat-title {
	text-align: center;
}

.wechat-title h3 {
	font-size: 0.6rem;
	font-weight: bold;
}

.wechat-title p {
	color: #333333;
	font-size: 0.36rem;
	margin-top: 0.1rem;
}

.tan {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.tan-ul {}

.tan-ul li {
	overflow: hidden;
	margin-top: 0.5rem;
}

.tan-ul li span {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../images/box.png) no-repeat center;
	background-size: 100%;
	text-align: center;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #5fc96e;
	float: left;
}

.tan-ul li .tan-text {
	float: right;
	width: 7.2rem;
	float: right;
}

.tan-ul li .tan-text h3 {
	font-size: 0.42rem;
	color: #333333;
}

.tan-ul li .tan-text p {
	color: #888;
	font-size: 0.38rem;
	margin-top: 0.3rem;
}

.lica {
	width: 8.4rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.lica-ul {
	margin-left: -0.4rem;
	overflow: hidden;
	margin-top: 0.2rem;
}

.lica-ul li {
	width: 4rem;
	float: left;
	margin-left: 0.4rem;
	margin-top: 0.4rem;
}

.tan-more {
	display: block;
	background: #f08820;
	width: 3.5rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.4rem;
	border-radius: 30px;
	margin: 0.6rem auto;
}

.soy {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.soy-ul {
	overflow: hidden;
	margin-left: -0.4rem;
	margin-top: 0.3rem;
}

.soy-ul li {
	width: 4.24rem;
	float: left;
	margin-left: 0.4rem;
	border: 0.03rem solid #bfbfbf;
	text-align: center;
	background: #f7f7f7;
	overflow: hidden;
	margin-top: 0.4rem;
}

.soy-ul li h3 {
	font-size: 0.5rem;
	color: #f10a0a;
	margin-top: 0.3rem;
}

.soy-ul li p {
	font-size: 0.38rem;
	margin-top: 0.2rem;
	height: 1.6rem;
}

.soy-ul li span {
	color: #f08820;
	font-size: 0.42rem;
	margin-bottom: 0.2rem;
	display: block;
}

.soy-ul li:nth-child(2) h3 {
	background: url(../images/wat14.png) left center no-repeat;
	background-size: 0.5rem;
	text-align: left;
	text-indent: 0.7rem;
	margin-left: 0.3rem;
}

.soy-link {
	display: block;
	margin-top: 0.6rem;
}

.more5 {
	width: 3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #f8a038;
	border: 1px solid #f8a038;
}

.site {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.zhi-title {
	text-align: center;
}

.zhi-title h3 {
	font-weight: bold;
	font-size: 0.56rem;
}

.zhi-title h3 span {
	color: #c11920;
}

.zhi-title p {
	text-transform: uppercase;
	font-size: 0.38rem;
	color: #333333;
	margin-top: 0.1rem;
}

.site-img {
	width: 6rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.site-ul {}

.site-ul li {
	overflow: hidden;
	margin-top: 1rem;
}

.site-ul li span {
	display: block;
	color: #FFFFFF;
	background: #CF0212;
	float: left;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	text-align: center;
	line-height: 1.6rem;
	font-size: 0.4rem;
}

.site-ul li p {
	font-size: 0.4rem;
	line-height: 0.7rem;
	float: right;
	width: 6.8rem;
	margin-top: 0.1rem;
}

.site-ul li.site-pro span {
	line-height: 0.5rem;
	padding-top: 0.3rem;
	height: 1.3rem;
}

.site-ul li:nth-last-child(1) p {
	line-height: 1.6rem;
}

.Quality {
	margin-top: 0.6rem;
}

.Quality-ul {
	overflow: hidden;
}

.Quality-ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 1rem;
}

.Quality-ul li img {
	display: block;
	width: 1.6rem;
	margin: 0 auto;
}

.Quality-ul li p {
	font-size: 0.4rem;
	color: #d32028;
	line-height: 0.5rem;
	margin-top: 0.4rem;
}

.lop {
	margin-top: 0.8rem;
}

.lop-ul {
	overflow: hidden;
}

.lop-ul li {
	width: 50%;
	float: left;
	margin-top: 0.8rem;
}

.lop-ul li img {
	display: block;
	width: 3.5rem;
	margin: 0 auto;
}

.tomer {
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.6rem;
}

.tomer-ul {
	overflow: hidden;
}

.tomer-ul li {
	width: 4.5rem;
	float: left;
}

.tomer-ul li a {
	display: block;
}

.tomer-ul li:nth-child(1) {
	width: 100%;
}

.tomer-link {
	display: block;
	width: 3.5rem;
	height: 1.1rem;
	background: #9a0505;
	color: #FFFFFF;
	border-radius: 0.2rem;
	margin: 0 auto;
	margin-top: 0.4rem;
	font-size: 0.4rem;
	text-align: center;
	line-height: 1.1rem;
}

.nal-img {
	width: 8rem !important;
}

.Vr-link {
	height: 1.3rem;
	background: #D7181F;
	color: #ffffff;
	width: 9rem;
	margin: 0 auto;
	display: block;
	font-size: 0.4rem;
	text-align: center;
	line-height: 1.3rem;
	border-radius: 0.1rem;
	margin-top: 0.4rem;
}

.Hist {
	width: 9rem;
	margin: 0 auto;
}

.Hist-part {
	margin-top: 0.7rem;
}

.Hist-part h3 {
	background: url(../images/zhan2.png) left center no-repeat;
	background-size: 0.46rem;
	font-size: 0.6rem;
	text-indent: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #c11920;
	font-weight: bold;
}

.Hist-part ul li {
	overflow: hidden;
	margin-top: 0.7rem;
}

.Hist-part ul li img {
	width: 2rem;
	float: left;
}

.Hist-part ul li p {
	font-size: 0.38rem;
	line-height: 0.5rem;
	width: 6.6rem;
	float: right;
}

.meke-map {
	width: 8.4rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.meke-map h3 {
	text-align: center;
	font-size: 0.48rem;
	color: #333333;
}

.meke-link {
	overflow: hidden;
	margin-top: 0.2rem;
	font-size: 0.4rem;
	color: #999;
}

.meke-link a {
	color: #366ae0;
	text-decoration: underline;
	font-size: 0.4rem;
	line-height: 0.4rem;
	line-height: 0.8rem;
}

.meke-link a:nth-child(1) {}

.meke-map2 {
	width: 8.4rem;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.meke-map2 a {
	font-size: 0.48rem;
	color: #333333;
	margin-right: 0.5rem;
}

.fahzan {
	display: block;
	width: 9rem;
	margin: 0 auto;
	margin-top: 0.8rem;
}

.s_carlx {
	background: url(../images/s_car16.jpg?201908191103) no-repeat;
	background-size: 100% auto;
	text-align: center;
	height: 270px;
	margin-top: 15px;
}

.s_carlx h2 {
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-weight: bold;
}

.s_carlx a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}


/*约车页面新加样式*/
.yueche_price table {
	border-collapse: collapse;
	font-family: "微软雅黑"
}

.yueche_price table,
th,
td {
	border: 1px solid #e3e3e3;
	color: #666666;
	font-size: 0.38rem;
}

.yueche_price table img {
	width: 0.4rem;
	height: auto;
	display: inline-block;
}

.yueche_price .yueche_p0 {
	text-align: center;
	background: #e5e5e5;
	line-height: 1rem;
	font-size: 18px;
	font-weight: bold;
}

.yueche_price .yueche_p1 {
	text-align: center;
}

.yueche_price .yueche_p2 {
	text-indent: 0.2rem;
}

.yueche_price td {
	line-height: 1.2rem;
}

.yueche_price tr:nth-child(even) {
	background: #EEE
}

.yueche_price .yueche_green {
	color: #3C6;
	font-weight: bold;
	font-size: 0.2rem;
}

.yueche_price .yueche_red {
	color: #F00;
	font-weight: bold;
	font-size: 0.2rem;
}

.yueche_price .yueche_p4 {
	font-size: 0.5rem;
	font-weight: bold;
}

.yueche_price .pp {
	/* height: 200px; */
	height: 140px;
	margin: 20px auto;
	clear: both;
}

.yueche_price .pp_box {
	width: 49%;
	/* height: 200px; */
	height: 140px;
	border: solid 1px #EFEFEF;
}

.yueche_price .pp_left {
	float: left;
}

.yueche_price .pp_left .pp_box2 {
	background: #6f80e1;
}

.yueche_price .pp_right {
	float: right
}

.yueche_price .pp_right .pp_box2 {
	background: #f0a02a;
}

.yueche_price .pp_box2 {
	padding-bottom: 0.3rem;
	text-align: center;
	color: #fff;
}

.yueche_price .pp_box2 h2 {
	line-height: 50px;
	font-size: 0.8rem;
	margin: 0;
	padding: 20px 0 0 0;
	color: #fff;
}

.yueche_price .pp_box2 h1 {
	line-height: 1.1rem;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	color: #fff;
}

.yueche_price .pp_box2 h1 span {
	font-size: 0.6rem;
}

.yueche_price .pp_box2 h3 {
	text-decoration: line-through;
	font-size: 0.4rem;
}

.yueche_price .pp_box3 {
	text-align: center;
}

.yueche_price .pp_box3 a {
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #999;
	padding: 0 30px;
	margin-top: 8px;
	text-decoration: none;
}


.banner img {
	display: block;
	width: 100%;
}

.run-banner {
	background: url(../images/run-banner.jpg) no-repeat center top;
	background-size: 100%;
	height: 3.8rem;
	overflow: hidden;
}

.run-banner p {
	font-size: 0.36rem;
	color: #FFFFFF;
	text-align: center;
	margin-top: 2.3rem;
}

.run-table {
	display: flex;
	flex-direction: row;
	padding: 0 0.4rem;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.run-table li {}

.run-table li h3 {
	width: 2rem;
	text-align: center;
	border-radius: 0.1rem;
	height: 0.9rem;
	line-height: 0.9rem;
	color: #454545;
	font-size: 0.38rem;
}

.run-table li i {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	margin: 0 auto;

}

.runmenu i {
	background: url(../images/run-san.png) no-repeat center;
	background-size: 100%;
}

.runmenu h3 {
	background: #b02e2a;
	color: #FFFFFF !important;
}

.run-ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.3rem;
	flex-wrap: wrap;
}

.run-ul li:nth-child(1) {
	border-top: 1px solid #CDCDCD;
}

.run-ul li:nth-child(2) {
	border-top: 1px solid #CDCDCD;
}

.run-ul li {
	width: 50%;
	border-bottom: 1px solid #CDCDCD;
}

.run-border {
	padding: 0.3rem 0;
}

.run-ul li:nth-child(odd) .run-border {
	border-right: 1px solid #cdcdcd;
}

.run-ul li h3 {
	text-align: center;
	font-size: 0.62rem;
}

.run-wrap {
	padding: 0 0.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.run-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.run-left img {
	display: block;
	width: 0.4rem;
}

.run-left p {
	font-size: 0.36rem;
	margin-left: 0.2rem;
}

.run-link {
	width: 1.6rem;
	text-align: center;
	background: #B02E2A;
	color: #FFFFFF;
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.1rem;
	font-size: 0.34rem;
}

.run-more {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #B02E2A;
	width: 5rem;
	margin: 0.8rem auto;
	height: 0.9rem;
	border-radius: 0.1rem;
}

.run-more p {
	color: #FFFFFF;
	font-size: 0.4rem;
	margin-right: 0.2rem;
}

.run-more img {
	width: 0.5rem;
	height: 0.5rem;
}

.run-contont {
	margin-bottom: 3rem;
}


.run-footer {
	background: #B02E2A;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0.3rem 0;
	align-items: center;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
}

.run-footer-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 0.4rem;
}

.run-footer-left img {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}

.run-footer-text {
	margin-left: 0.2rem;
}

.run-footer-text p {
	color: #FFFFFF;
	font-size: 0.38rem;
}

.run-footer-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-right: 0.4rem;
}

.run-footer-wrap a {
	margin-left: 0.7rem;
}

.run-footer-wrap a img {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto;
}

.run-footer-wrap a p {
	font-size: 0.36rem;
	color: #FFFFFF;
	text-align: center;
}

.run-pup {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.run-main {
	background: #FFFFFF;
	width: 8.2rem;
	margin: 4rem auto;
	padding: 0 0.4rem;
	overflow: hidden;
	border-radius: 0.1rem;
	position: relative;
}

.run-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.6rem;
}

.run-top img {
	width: 3rem;
	border-right: 1px solid #CDCDCD;
	padding-right: 0.3rem;
}

.run-text {
	width: 4.6rem;
	height: 100%;
	padding-left: 0.3rem;
}

.run-text h3 {
	font-size: 0.5rem;
	color: #B02E2A;
}

.run-text p {
	font-size: 0.38rem;
	color: #575757;
	margin-top: 0.4rem;
}

.run-btn {
	text-align: center;
	margin-top: 0.3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.run-btn a {
	display: block;
	width: 48%;
	height: 1.2rem;
	background: #B02E2A;
	color: #FFFFFF;
	border-radius: 0.1rem;
	line-height: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.4rem;
	margin-top: 0.2rem;
}

.run-btn a:nth-child(2) {
	background: #4b4b4b;
}

.run-txt {
	text-align: center;
	font-size: 0.4rem;
	line-height: 1.4rem;
}

.run-main i {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/run-cut.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
}

.yueche-ding {
	position: relative;
}

.yueche-ding span {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.9rem;
	height: 0.9rem;
	background: url(../images/percent.gif) no-repeat center;
	background-size: 100%;
	display: block;
}

.yueche-kout {
	font-size: 0.36rem;
	padding: 0.3rem;
	background: #f52d46;
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 9;
}

.yueche-kout a {
	display: block;
	width: 3rem;
}

.yueche-kout a img {
	display: block;
	width: 3rem;
}

.koutr {
	padding-bottom: 0.8rem;
	background: #009A9A;
	margin-top: 0.8rem;
}

.koutr-container {
	width: 8.6rem;
	margin: 0 auto;
	overflow: hidden;
}

.koutr-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.8rem;
}

.koutr-wrap img {
	width: 3.6rem;
}

.koutr-text h3 {
	color: #FFFFFF;
	font-size: 0.56rem;
}

.koutr-text a {
	display: block;
	width: 3rem;
	height: 0.8rem;
	font-size: 0.4rem;
	background: #FFFFFF;
	color: #009A9A;
	border-radius: 0.1rem;
	text-align: center;
	line-height: 0.8rem;
	margin-top: 0.4rem;
}


/* 新样式 */

.T-banner img {
	width: 100%;
	display: block;
}

.T-container {
	width: 9.2rem;
	margin: 0 auto;
}

.T-title {
	text-align: center;
}

.T-title h3 {
	color: #3faf71;
	font-weight: normal;
	font-size: 0.6rem;
	line-height: 0.8rem;
}

.T-title p {
	color: #d5d5d5;
	font-size: 0.4rem;
	text-transform: uppercase;
}

.T-indo {
	margin-top: 0.5rem;
}

.T-indo-wrap {
	margin-top: 0.5rem;
}

.T-indo-wrap img {
	display: block;
	width: 100%;
}

.T-indo-text {
	margin-top: 0.4rem;
}

.T-indo-text p {
	font-size: 0.4rem;
	color: #454545;
	line-height: 0.8rem;
}

.T-indo-text p span {
	font-size: 0.5rem;
	color: #3faf71;
}

.T-indo-text a {
	width: 100%;
	height: 1.2rem;
	background: #3faf71;
	color: #FFFFFF;
	text-align: center;
	display: block;
	line-height: 1.2rem;
	font-size: 0.44rem;
	margin-top: 0.3rem;
}

.T-stry {
	background: url(../images/T-bg.png) repeat center;
	overflow: hidden;
	margin-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.T-stry .T-title {
	margin-top: 0.6rem;
}

.T-stry .T-title h3 {
	color: #FFFFFF;
}

.T-stry .T-title p {
	color: #c3ffde;
}

.T-stry-ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.T-stry-ul li {
	width: 45%;
	text-align: center;
	margin-top: 0.5rem;

}

.T-stry-ul li img {
	width: 3rem;
	margin: 0 auto;
	display: block;
}

.T-stry-ul li h3 {
	color: #FFFFFF;
	font-size: 0.46rem;
	margin: 0.3rem 0;
}

.T-stry-ul li p {
	color: #c3ffde;
	font-size: 0.4rem;
}

.T-solu {
	background: #f1f1f1;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.T-solu-text {
	margin-top: 0.5rem;
}

.T-solu-text h3 {
	color: #3FAF71;
	font-weight: normal;
	font-size: 0.5rem;
}

.T-solu-text p {
	color: #b8b8b8;
	font-size: 0.4rem;
	line-height: 0.6rem;
	margin-top: 0.2rem;
}

.T-solu-ul li {
	margin-top: 0.4rem;
}

.T-wrap {
	width: 100%;
	overflow: scroll;
}

.T-tions-table {
	overflow: overlay;
	width: 20rem;
}

.T-tions-table li {
	width: 2.5rem;
	height: 0.8rem;
	border: 1px solid #3FAF71;
	text-align: center;
	float: left;
	font-size: 0.4rem;
	line-height: 0.8rem;
	margin-right: 0.3rem;
}

.T-tions{
	margin-top: 0.6rem;
}

.T-tions .T-wrap{
	margin-top: 0.4rem;
}

.T-tions-text p{
	font-size: 0.4rem;
	line-height: 0.7rem;
	margin-top: 0.3rem;
	background: url(../images/T-dui.png) no-repeat left 0.1rem;
	text-indent: 0.8rem;
}

.T-menu8{
	background: #3FAF71;
	color: #FFFFFF;
}

.T-educ{
	background: url(../images/T-bg3.jpg) no-repeat center;
	margin-top: 0.6rem;
	overflow: hidden;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.T-educ-er{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
}

.T-educ-er img{
	width: 4rem;
}

.T-educ-er p{
	font-size: 0.4rem;
	color: #3FAF71;
	margin-left: 0.5rem;
}

.T-educ-form{
	margin-top: 0.7rem;
}

.T-educ-form input{
	width: 100%;
	height: 1.3rem;
	background: #FFFFFF;
	border:none;
	-moz-box-shadow: 2px 2px 5px #cecece;
	-webkit-box-shadow: 2px 2px 5px #cecece;
	box-shadow: 2px 2px 5px #cecece;
	margin-top: 0.5rem;
	border-radius: 0.1rem;
	font-size: 0.42rem;
	text-indent: 0.3rem;
	display: block;
}

.T-educ-form button{
	display: block;
	width: 100%;
	height: 1.3rem;
	background: #3FAF71;
	caption-side: #ffffff;
	color: #FFFFFF;
	border-radius: 0.1rem;
	font-size: 0.42rem;
	margin-top: 0.5rem;
}

.fast-container{
	width: 9.2rem;
	margin: 0 auto;
}
.fast-banner img{
	width: 100%;
}

.fast-banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #ffffff;
	opacity: 1;
}

.fast-banner .swiper-pagination-bullet-active{
	background: #b02e29;
}

.fast-title{
	text-align: center;
}

.fast-title h3{
	font-size: 0.5rem;
	color: #111;
}

.fast-title h3 span{
	font-weight: bold;
}

.fast-these{
	margin-top: 0.7rem;
}

.fast-title p{
	text-transform: uppercase;
	color: #111111;
	font-size: 0.34rem;
	margin-top: 0.2rem;
}


.fast-these-pic{
	margin-top: 0.5rem;
}

.fast-these-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fast-these-wrap p{
	text-align: center;
	width: 100%;
	border-radius: 30px;
	height: 1.2rem;
	line-height: 1.2rem;
	background: #e6ffe6;
	margin-top: 0.4rem;
	font-size: 0.44rem;
	color: #111111;
}

.fast-these-wrap p:nth-child(2){
	background: #e6eeff;
}
.fast-these-wrap p:nth-child(3){
	background: #fffae6;
}
.fast-these-wrap p:nth-child(4){
	background: #ffefe6;
}
.fast-these-wrap p:nth-child(5){
	background: #e6fffb;
}
.fast-these-wrap p:nth-child(6){
	background: #f4e6ff;
}

.fast-express{
	background: #f9fafe;
	margin-top: 0.6rem;
	overflow: hidden;
	padding-top: 0.5rem;
	padding-bottom: 0.6rem;
}

.fast-express-text{
	margin-top: 0.3rem;
}

.fast-express-text h3{
	font-size: 0.48rem;
	color: #111111;
}

.fast-express-text p{
	font-size: 0.4rem;
	line-height: 0.7rem;
	margin-top: 0.4rem;
}

.fast-express-text a{
	width: 100%;
	border-radius: 0.2rem;
	background: #4f87fb;
	display: block;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.4rem;
	margin-top: 0.4rem;
}

.fast-express-ul li{
	margin-top: 0.6rem;
}

.fast-pain{
	margin-top: 0.6rem;
}

.fast-pain-ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.fast-pain-ul li{
	width: 4.4rem;
	margin-top: 0.7rem;
	position: relative;
}

.fast-pain-text{
	width: 4rem;
	-moz-box-shadow: 0px 2px 20px #e6eeff;
	-webkit-box-shadow: 0px 2px 20px #e6eeff;
	box-shadow: 0px 2px 20px #e6eeff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	margin-top: 0.8rem;
	height: 2.2rem;
	padding: 0 0.2rem;
	padding-top: 1rem;
}

.fast-pain-tb{
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	top:0;
	left: 50%;
	margin-left: -0.8rem;
}

.fast-pain-text h3{
	color: #111111;
	font-size: 0.42rem;
}

.fast-pain-text p{
	font-size: 0.36rem;
	margin-top: 0.1rem;
	text-align: center;
}

.fast-join{
	background:#1d7ef7 url(../images/fast-bg.jpg) no-repeat center;
	padding: 0.5rem 0;
	margin-top: 0.6rem;
}

.fast-join-wrap{
	width: 9.2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.fast-join-right{
	width: 3rem;
}

.fast-join-text{
	width: 6rem;
}

.fast-join-text h3{
	font-size: 0.46rem;
	color: #FFFFFF;
}

.fast-join-text h3 span{
	font-size: 0.36rem;
	text-transform: uppercase;
}

.fast-join-text p{
	color: #FFFFFF;
	font-size: 0.36rem;
	margin-top: 0.1rem;
	
}

.fast-store{
	padding-top: 0.6rem;
	background: #e6eeff;
	padding-bottom: 0.6rem;
}

.fast-store-wrap{
	background: #FFFFFF;
	border-radius: 0.2rem;
	overflow: hidden;
	height: 8.7rem;
	margin-bottom: 1.2rem;
}

.fast-store-img{
	height: 5.6rem;
	overflow: hidden;
}

.fast-store-img img{
	width: 100%;
	display: block;
	min-height: 5.6rem;
}

.fast-store-text{
	padding: 0 0.4rem;
}

.fast-store-text h3{
	font-size: 0.42rem;
	margin-top: 0.3rem;
}

.fast-store-text p{
	color: #4b4b4b;
	font-size: 0.36rem;
	line-height: 0.6rem;
	margin-top: 0.1rem;
}

.swiper-container85 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}

.swiper-container85{
	margin-top: 0.8rem;
}

.fast-contact{
	background:#9fc9ff url(../images/fast-bg2.jpg) no-repeat center;
	overflow: hidden;
	padding-bottom: 0.6rem;
}

.fast-contact-title{
	text-align: center;
	color: #111111;
	font-size: 0.56rem;
	margin-top: 0.5rem;
}

.fast-contact-title span{
	font-size: 0.36rem;
}

.fast-contact-pic{
	border-radius: 0.2rem;
	overflow: hidden;
	margin-top: 0.4rem;
}

.swiper-container99{
	margin-top: 0.4rem;
	padding-bottom: 0.7rem;
}

.fast-contact-lsit{
	display: flex;
	flex-direction: column;
}

.fast-contact-lsit li{
	padding: 0.3rem 0;
	border-bottom: 1px solid #70adfe;
}

.fast-contact-lsit li:nth-last-child(1){
	border-bottom: none;
}

.fast-contact-lsit li a{
	display: block;
}

.fast-contact-lsit li a h3{
	color: #111;
	font-size: 0.46rem;
}

.fast-contact-lsit li a p{
	color: #111111;
	font-size: 0.38rem;
	margin-top: 0.2rem;
}

.fast-contact-tel{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.5rem;
}

.fast-contact-tel img{
	width: 1.3rem;
	height: 1.3rem;
}

.fast-contact-tel h3{
	font-size: 0.5rem;
	color: #111111;
}

.fast-contact-tel p{
	font-size: 0.4rem;
	color: #111111;
}

.fast-contact-jout{
	margin-left: 0.4rem;
}

.fast-contact-tit{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 0.6rem;
}

.fast-contact-tit img{
	width:0.8rem;
}

.fast-contact-tit h3{
	font-size: 0.5rem;
	margin-left: 0.4rem;
}

.fast-contact-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.5rem;
}

.fast-contact-part{
	width: 4.4rem;
	text-align: center;
}

.fast-contact-part img{
	width: 4.4rem;
	height: 4.4rem;
}

.fast-contact-part p{
	font-size: 0.48rem;
	margin-top: 0.2rem;
}


.Micro_banner{
    width: 100%;
}

.Micro_contont{
    width: 92%;
    margin: 0 auto;
}

.Micro_summary{
    padding: 6vw 0;
}

.Micro_summary_contont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2vw;
}

.Micro_summary_item{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 4vw;
}

.Micro_title{
	text-align: center;
	padding: 0 3vw;
}

.Micro_title h3{
    font-weight: 500;
    font-size: 6vw;
    line-height: 6vw;
    color: #f4a724;
}

.Micro_title p{
    color: #8c8c8c;
    font-size: 3.8vw;
    margin-top: 1.5vw;
}

.Micro_summary_item img{
    width: 15vw;
}

.Micro_summary_item h3{
    color: #575757;
    font-weight: 400;
    margin-top: 2vw;
    font-size: 4.5vw;
}

.Micro_summary_item p{
    font-size: 3.6vw;
    color: #999999;
    margin-top: 1vw;
}

.Micro_industry{
    background: #ffc665;
    padding:6vw 0 ;
}

.Micro_industry .Micro_title h3{
    color: #fff;
}

.Micro_industry .Micro_title p{
    color: #fff;
}

.Micro_industry_contont{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1vw;
}

.Micro_industry_item{
    width: 48%;
    position: relative;
    overflow: hidden;
    border-radius: 2vw;
    margin-top: 4vw;
}

.Micro_industry_item .Micro_industry_text{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 10vw;
    background: rgba(0, 0, 0, 0.5);
	line-height: 10vw;
	font-size: 3.6vw;
}

.Micro_exhibition{
    padding: 6vw 0;
}

.Micro_exhibition{
    background: url(../images/Micro-bg.jpg) top center;
}

.Micro_exhibition_item{
    margin-top: 4vw;
}

.Micro_exhibition_text{
    margin-top: 3vw;
    text-align: center;
}

.Micro_exhibition_text h3{
    font-size: 5.5vw;
    font-weight: 500;
    color: #333333;
}

.Micro_exhibition_text p{
    font-size: 4.4vw;
    margin-top: 1vw;
    color: #808080;
    line-height: 7vw;
}

.Micro_exhibition_text a{
    width: 100%;
    display: block;
    height: 12vw;
    background: #f4a724;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    line-height: 12vw;
    border-radius: 2vw;
    margin-top: 3vw;
}

.Micro_exhibition_text p span{
    color: #f4a724;
    margin-top: 1vw;
    display: inline-block;
}

.Micro_exhibition_text p strong{
    font-weight: normal;
    display: inline-block;
    margin: 0 3vw;
}

.Micro_case{
    padding: 6vw 0;
}

.Micro_case_item{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.Micro_case_item p{
    margin-top: 3vw;
}

.Micro_swiper{
    margin-top: 5vw;
    padding-bottom: 5vw;
}


.shop_banner img {
  display: block;
  width: 100%;
}

.shop_container{
  width: 92vw;
  margin: 0 auto;
}

.shop_title{
  text-align: center;
}

.shop_title h3{
  font-size: 5vw;
  font-weight: 600;
}

.shop_title p{
  font-size: 4vw;
  color: #999999;
  margin-top: 2vw;
}

.shop_unified_wrap{
  padding: 5vw 0;
}

.shop_unified_item{
  border: 1px solid #e8e8e8;
  border-radius: 2vw;
  overflow: hidden;
  margin-top: 4vw;
}

.shop_unified_text{
  padding: 3vw;
  text-align: center;
}

.shop_unified_text h3{
  font-weight: 600;
  font-size: 4.5vw;
  color: #333333;
}

.shop_unified_text p{
  color: #555555;
  font-size: 4vw;
  margin-top: 1vw;
}

.shop_exterior{
  background: #f7f7f7;
  padding: 5vw 0;
}

.shop_exterior_wrap{
  margin-top: 3vw;
}

.shop_exterior_text{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shop_exterior_text p{
  background: url(../images/shop_yes.png) no-repeat left center;
  background-size: 4vw;
  width: 28%;
  padding-left: 5.33%;
	margin-top: 2vw;
	font-size: 4vw;
}

.shop_exterior_link{
  width: 40vw;
  background: #3a6bdb;
  color: #ffffff;
  font-size: 4.4vw;
  line-height: 10vw;
  height: 10vw;
  display: block;
  text-align: center;
  border-radius: 2vw;
  margin: 0 auto;
  margin-top: 4vw;
}

.shop_exterior_right{
  margin-top: 3vw;
}

.shop_Market_wrap{
  padding: 5vw 0;
}

.shop_market_item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
}

.shop_market_item img{
  width: 20vw;
}

.shop_market_text{
  width: 70vw;
}

.shop_market_text h3{
  font-size:4.4vw;
  color: #333333;
}

.shop_market_text p{
  font-size: 4vw;
  color: #999999;
  margin-top: 1vw;
}


.shop_complete{
  background: #f7f7f7;
  padding: 5vw 0;
}

.shop_complete_main{
  background: #ffffff;
  border-radius: 2vw;
  overflow: hidden;
  margin-top: 4vw;
}

.shop_complete_title{
  height: 12vw;
  line-height: 12vw;
  background: #f95352;
  color: #ffffff;
  font-size: 4.2vw;
  text-align: center;
}

.shop_complete_wrap{
  padding: 6vw 4vw;
  padding-top: 0;
}

.shop_complete_item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 6vw;
}

.shop_complete_item img{
  width: 13vw;
}

.shop_complete_item_text{
  width: 65vw;
}

.shop_complete_item_text h3{
  font-weight: 600;
  color: #333333;
  font-size: 4.2vw;
}

.shop_complete_item_text p{
  font-size: 3.8vw;
  margin-top: 1vw;
}

.shop_complete_title_two{
  background: #4843dc;
}

.shop_complete_title_three{
  background: #3dcb6f;
}

.shop_hanlin{
  padding: 5vw 0;
}

.shop_hanlin_item{
  height: 50vw;
  overflow: hidden;
  position: relative;
  border-radius: 2vw;
  overflow: hidden;
  margin-top:4vw;
}

.shop_hanlin_item img{
  width: 100%;
}

.shop_hanlin_hout{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 14, 47, 0.7);
}

.shop_hanlin_hout img{
  width: 12vw;
}

.shop_hanlin_hout h3{
  color: #ffffff;
  font-weight: 500;
	margin: 10px 0;
	font-size: 4.2vw;
}

.shop_hanlin_hout span{
  width: 40px;
  height: 3px;
  background: #3a6bdb;
  border-radius: 3px;
}


/*新风格*/
ul {
	list-style: none;
  }
  
  .n20_header {
	height: 21.3333vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 5.3333vw;
  }
  
  .n20_header_logo {
	width: 36vw;
  }
  
  .n20_header_logo img {
	display: block;
  }
  
  .n20_header_nav_nitton {
	width: 4.5333vw;
  }
  
  .n20_banner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 60vw;
	background: url(../images/banner_bg.jpg?20211009) no-repeat center;
	background-size:100%;
  }
  
  .n20_banner h3 {
	font-size: 15.7333vw;
	line-height: 16vw;
	color: #ffffff;
	font-weight: 500;
  }
  
  .n20_banner p {
	font-size: 2.9333vw;
	line-height: 3vw;
	color: #ffffff;
	letter-spacing: 8px;
	margin-top: 2vw;
  }
  
  .n20_banner span {
	width: 10.6667vw;
	height: 0.6667vw;
	background: #be453a;
	margin-top: 6vw;
	display: block;
  }
  
  .n20_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 3vw;
  }
  
  .n20_title h3 {
	font-size: 6.4vw;
	letter-spacing: 3px;
  }
  
  .n20_title p {
	font-size: 2.4vw;
	text-align: center;
	color: #999999;
	margin-top: 2vw;
  }
  
  .n20_waht {
	padding-top: 12vw;
  }
  
  .n20_waht_wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 7vw;
  }
  
  .n20_wath_item {
	width: 50%;
	text-align: center;
	height: 30.6667vw;
	background: #2e3b4c;
	overflow: hidden;
	position: relative;
  }
  
  .n20_wath_item:nth-child(2) {
	background: #50ac81;
  }
  
  .n20_wath_item:nth-child(3) {
	background: #2149bf;
  }
  
  .n20_wath_item:nth-child(4) {
	background: #393939;
  }
  
  .n20_wath_item h3 {
	color: #ffffff;
	font-size: 4vw;
	letter-spacing: 1px;
	margin-top: 7vw;
	font-weight:bold;
  }
  
  .n20_wath_item p {
	color: #ffffff;
	font-size: 2.1333vw;
	padding: 0 4vw;
	text-align: center;
	margin-top: 2vw;
  }
  
  .n20_wath_item img {
	position: absolute;
	bottom: -5vw;
	left: 50%;
	width: 30vw;
	margin-left: -15vw;
  }
  
  .n20_wath_item:nth-child(2) img {
	bottom: -25vw;
  }
  
  .n20_wath_item:nth-child(4) img {
	bottom: -10vw;
  }
  
  .n20_solution {
	margin-top: 8vw;
  }
  .n20_solution_wrap {
	width: 94.6667vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 8vw;
  }
  
  .n20_solution_item {
	background: #e5e5e5;
	height: 19vw;
	width: 46.6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	margin-top: 2px;
	padding-left: 3%;
  }
  
  .n20_solution_item h3 {
	font-size: 4.5333vw;
	color: #535353;
  }
  
  .n20_solution_item p {
	font-size: 2.1333vw;
	color: #535353;
	margin-top: 2vw;
	text-transform: uppercase;
  }
  
  .n20_solution_item img {
	width: 7vw;
	position: absolute;
	right: 3vw;
	bottom: 3vw;
  }
  
  .n20_case {
	margin-top: 6.6667vw;
  }
  
  .n20_case_wrap .n20_case_item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: start;
	margin-top: 2.1333vw;
  }
  
  .n20_case_wrap {
	width: 94.6667vw;
	margin: 0 auto;
	margin-top: 5vw;
  }
  
  .n20_case_pic {
	height: 30.4vw;
	overflow: hidden;
	position: relative;
	width: 58.4vw;
  }
  
  .n20_case_pic img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  }
  
  .n20_case_text {
	width: 36.2667vw;
	background: #333333;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 4vw 0;
  }
  
  .n20_case_txt {
	width: 90%;
	margin: 0 auto;
  }
  
  .n20_case_txt h3 {
	color: #ffffff;
	font-size: 4vw;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .n20_case_txt p {
	color: #ffffff;
	font-size: 2vw;
	text-transform: uppercase;
	margin-top: 1vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  
  .n20_case_text i {
	color: #ffffff;
	opacity: 0.5;
	font-size: 2vw;
	width: 90%;
	margin: 0 auto;
	display: block;
  }
  
  .n20_case_wrap .n20_case_item:nth-child(even) .n20_case_text {
	background: #9b1e2b;
  }
  
  .n20_contact {
	padding-top: 12vw;
  }
  
  .n20_contact_wrap {
	position: relative;
	margin-top: 8vw;
  }
  
  .n20_contact_wrap_bg {
	background: #9b1e2b;
	height: 40vw;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
  }
  
  .n20_contact_main {
	border-radius: 1.3333vw;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 29px 0px rgba(17, 17, 17, 0.19);
	width: 94vw;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 6.6667vw;
  }
  
  .n20_contact_title {
	text-align: center;
	font-size: 4.8vw;
	line-height: 5vw;
	margin-top: 8.6667vw;
  }
  
  .n20_contact_form {
	width: 80.6667vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 5vw;
  }
  
  .n20_contact_form input {
	display: block;
	width: 95%;
	border: none;
	height: 10.6667vw;
	background: #f0f0f0;
	margin-top: 3.4667vw;
	font-size: 4vw;
	padding-left: 5%;
  }
  
  .n20_contact_form button {
	width: 100%;
	display: block;
	border: none;
	background: #c3162f;
	margin-top: 3.4667vw;
	color: #ffffff;
	font-size: 4vw;
	height: 10.6667vw;
	outline: none;
  }
  
  .n20_conract_hout {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 2.6667vw;
  }
  
  .n20_conract_hout_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 5.3333vw;
  }
  
  .n20_conract_hout_item_text {
	width: 54vw;
	margin-left: 4vw;
  }
  
  .n20_conract_hout_item img {
	width: 12.6667vw;
	height: 12.6667vw;
  }
  .n20_conract_hout_item_text a {
	display: block;
	font-size: 4.8vw;
	color: #333333;
  }
  
  .n20_conract_hout_item_text p {
	font-size: 4.8vw;
	color: #333333;
  }
  
  .n20_conract_hout_item_address p {
	font-size: 4vw;
  }
  
  .n20_contact_wrap_copyright {
	font-size: 2.6667vw;
	padding: 3.5vw 0;
	position: relative;
	z-index: 1;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
  }
  
  .n20_menu_bg {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	width: 100%;
	z-index: 8;
  }
  
  .n20_menu .n20_menu_wrap {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #ffffff;
	z-index: 9;
  }
  
  .n20_menu .n20_menu_wrap a{
	color: #333333;
	font-size:.35rem;
	display:block;
  }
  
  /* 下拉菜单 */
  
  .fl {
	float: left;
  }
  .fr {
	float: right;
  }
  .clearfix:before,
  .clearfix:after {
	content: " ";
	display: table;
  }
  .clearfix:after {
	clear: both;
  }
  .clearfix {
	*zoom: 1;
	/*IE/7/6*/
  }
  .middle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  .s-side {
	box-shadow: 0px 0px 10px #313131;
	padding: 10px;
  }
  .s-side .s-firstItem i {
	font-size: 20px;
  }
  .s-side .s-firstItem span {
	display: inline-block;
	margin-left: 10px;
	font-size: 4.2vw;
	text-shadow: 0px 0px 5px #eeeeee;
	white-space: 10px;
  }
  .s-side .first {
	padding: 10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .s-side .d-firstNav span {
	display: inline-block;
	margin-left: 10px;
	font-size: 4.2vw;
  }
  .s-side .d-firstNav i.fr {
	font-size: 25px;
  }
  .s-side .s-secondNav,
  .s-side .s-secondItem {
	margin-left: 6vw;
	margin-top: 10px;
	font-size:.38rem;
  }
  .s-secondNav:hover,
  .d-firstNav:hover {
	color: #9b1e2b;
	cursor: pointer;
  }
  .s-side .d-secondDrop {
	margin-left: 12vw;
   
  }
  .iconRotate {
	transform: rotate(90deg);
	transition: transform 0.5s;
  }
  .s-firstDrop,
  .s-secondDrop {
	display: none;
  }
  
  .s-thirdItem{
	margin-top: 10px;
  }
  
  .n20_menu_wrap_cut{
	position: absolute;
	left: 4vw;
	top: 4vw;
	width: 6vw;
  }
  
  .n20_menu_wrap ul.n20_menu_wrap_list{
	margin-top: 10vw;
  }
  
  .n20_menu{
	display: none;
  }
  
  .ovfHiden{
	overflow: hidden;
  }

.news-body{ background: #F3F3F3;}
.news-body>.n20_header{  background: #ffffff;}
/*改变了颜色和加粗的样式*/
.news-body .news-nav{ background: #ffffff;  }
.news-body .news-nav ul { display: block;height: 50px; line-height: 50px; white-space:nowrap; overflow-x:scroll; overflow-y:hidden;}

.news-body .news-nav ul li{ display: inline-block;padding: 0 15px;}
.news-body .news-nav ul li a{ font-size: 16px; line-height: 50px; color: #555555;  display: block; }
.news-body .news-nav ul li a.active{ color: #D0021B; border-bottom: solid 2px #D0021B; height: 48px;}
.news-list ul li{ display: block; background: #ffffff; margin: 3vw; padding:3vw; border-radius: 3px; }
.news-list ul li a{ display: flex; justify-content: space-between;}

.news-nr{ width: 60%;}
.news-nr h1{ font-size: 4vw; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow: hidden; color: #4A4A4A; }
.news-nr p{ font-size: 2.5vw;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden; color: #9B9B9B;}
.news-img{ width: 35%; height:17vw; overflow: hidden;}
.news-img img{width: 100%; height:17vw; border-radius: 3px;}

.red-xian{border-bottom: solid 2px #D0021B; }
.news-page{ background: #ffffff;margin-bottom: 3vw; padding: 3vw;}
.news-site{ font-size: 16px; color: #9B9B9B}
.news-site a{ color: #9B9B9B;}
.news-site span{ padding: 0 5px;}
.news-title{ color: #323232; font-weight: bold; font-size: 24px; margin: 20px 0 0 0;}
.news-time{ font-size: 12px; color: #9B9B9B; line-height: 50px; border-bottom: solid 1px #F7F7F7;}
.news-time span{ padding-right: 20px;}
.news-content{ font-size: 16px; line-height: 220%; margin: 10px 0;}
.news-content p{ margin-bottom: 20px;}
.news-content img{ display: block; margin: 0 auto; margin-bottom: 20px; max-width: 100%;}
.end{ text-align: center; font-size: 16px; color: #9B9B9B }

.about-news{ background: #ffffff; padding: 3vw;}
.about-news>.tj-ad img{ border-radius: 5px;}
.about-news>.news-list ul li{ display: block; background: none; margin: 3vw 0; padding:3vw 0 6vw 0; border-bottom: dashed 1px #DFDFDF}
.about-news>.news-list ul li:nth-last-child(1){ border: none; padding-bottom: 0;}


.n20_contact{ background: #ffffff; margin-top: 3vw;}
.n20_contact_title{ color: #D0021B;font-size: 6vw;}
.n20_contact_form{ margin-top: 0;}
.foot-tip{ text-align:center; font-size: 14px; display: block; line-height: 30px; color: #9B9B9B;}
.foot-contact{ display: flex; justify-content: center; padding: 10vw 3vw 10vw 3vw; border-bottom:  solid 1px #F2F2F2;}
.foot-tx{ width: 15vw; height: 15vw;font-size: 3.5vw; text-align: center; color: #4A4A4A; line-height: 220%;}
.foot-tx img{ border-radius: 15vw; border: solid 5px #EDEDED;}
.foot-nr{ width:  50vw; margin-left: 8vw;}
.foot-nr p{ font-size: 4.2vw; color: #4A4A4A;}
.foot-nr span{ font-size: 3.5vw; color: #9B9B9B;}
.foot-nr>div{ display: flex; justify-content: space-between; margin-top: 3vw;}
.foot-nr>div>a{ font-size: 3vw; display: block; text-align: center; width: 24vw; background: #CD0317; color: #ffffff; line-height: 8vw; height: 8vw; border-radius: 8vw;}
.foot-nr>div>a>i{ display: inline-block; width: 3.5vw; vertical-align: middle; padding-right: 1.5vw;}
.foot-nr>div>a:nth-child(2){ background: #22B255;}

.layui-m-layercont{ padding: 20px 0;}
.ok{ text-align: center;}
.ok img{ width: 15vw; height: auto; display: inline-block;}
.ok h1{ font-size: 5vw; color: #000000}
.ok p{ font-size: 4vw; color: #555555;}
.ok div{ width: 50vw; height: 10vw; background: #0EB42F; border-radius: 10vw; text-align: center; margin: 0 auto; color: #fff; font-size: 4vw; line-height: 10vw; margin-top: 5vw;}
.ok>i{position: absolute; right: 10px; top:10px; color: #555; font-size: 7vw;}
